Jackalope\Transport\AbstractReadLoggingWrapper::getProperty PHP Method

getProperty() public method

{@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;
    }