Jackalope\Transport\AbstractReadLoggingWrapper::getNodesByIdentifier PHP Method

getNodesByIdentifier() public method

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