Page MenuHomec4science

DrydockApacheWebrootInterface.php
No OneTemporary

File Metadata

Created
Sun, Sep 1, 16:22

DrydockApacheWebrootInterface.php

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

Event Timeline