AppserverIo\Appserver\Core\Api\Node\ExecuteNode::getDirectory PHP 메소드

getDirectory() 공개 메소드

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