Page MenuHomec4science

DrydockApacheWebrootInterface.php
No OneTemporary

File Metadata

Created
Sat, Jan 11, 15:50

DrydockApacheWebrootInterface.php

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

Event Timeline