Jackalope\Transport\AbstractReadLoggingWrapper::getProperty PHP Méthode

getProperty() public méthode

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