Jackalope\Transport\AbstractReadLoggingWrapper::getNodeByIdentifier PHP Method

getNodeByIdentifier() public method

{@inheritDoc}
public getNodeByIdentifier ( $uuid )
    public function getNodeByIdentifier($uuid)
    {
        $this->logger->startCall(__FUNCTION__, func_get_args(), array('fetchDepth' => $this->transport->getFetchDepth()));
        $result = $this->transport->getNodeByIdentifier($uuid);
        $this->logger->stopCall();
        return $result;
    }