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

getWeakReferences() public method

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