AppserverIo\Appserver\Core\Api\Node\HostNode::getDirectories PHP Méthode

getDirectories() public méthode

Return's the host's directories, e. g. to be created.
public getDirectories ( ) : array
Résultat array The array with the host's directories
    public function getDirectories()
    {
        return array(DirectoryKeys::TMP => $this->getTmpBase(), DirectoryKeys::DEPLOY => $this->getDeployBase(), DirectoryKeys::WEBAPPS => $this->getAppBase());
    }