1<?php 2 3final class DrydockApacheWebrootInterface extends DrydockWebrootInterface { 4 5 public function getURI() { 6 return $this->getConfig('uri'); 7 } 8 9} 10 11