Jackalope\Transport\Jackrabbit\Client::getReferences PHP Method

getReferences() public method

{@inheritDoc}
public getReferences ( $path, $name = null )
    public function getReferences($path, $name = null)
    {
        return $this->getNodeReferences($path, $name);
    }