Jackalope\Transport\AbstractReadLoggingWrapper::getNodePathForIdentifier PHP Метод

getNodePathForIdentifier() публичный Метод

{@inheritDoc}
public getNodePathForIdentifier ( $uuid, $workspace = null )
    public function getNodePathForIdentifier($uuid, $workspace = null)
    {
        $this->logger->startCall(__FUNCTION__, func_get_args());
        $result = $this->transport->getNodePathForIdentifier($uuid, $workspace);
        $this->logger->stopCall();
        return $result;
    }