AppserverIo\Appserver\Core\Api\Node\ExecuteNode::getDirectory PHP Méthode

getDirectory() public méthode

Return's the directory to execute the script from.
public getDirectory ( ) : string
Résultat string The directory
    public function getDirectory()
    {
        return $this->directory;
    }