AppserverIo\Appserver\Core\Api\Node\DatabaseNode::getPath PHP Méthode

getPath() public méthode

Returns the database path information (when using sqlite for example).
public getPath ( ) : AppserverIo\Appserver\Core\Api\Node\PathNode
Résultat AppserverIo\Appserver\Core\Api\Node\PathNode The database path information
    public function getPath()
    {
        return $this->path;
    }