Page MenuHomec4science

DrydockApacheWebrootInterface.php
No OneTemporary

File Metadata

Created
Thu, Mar 20, 05:53

DrydockApacheWebrootInterface.php

<?php
final class DrydockApacheWebrootInterface extends DrydockWebrootInterface {
public function getURI() {
return $this->getConfig('uri');
}
}

Event Timeline