eZ\Publish\Core\REST\Client\Values\Content\Location::getContentInfo PHP Method

getContentInfo() public method

Returns the content info of the content object of this location.
public getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo
return eZ\Publish\API\Repository\Values\Content\ContentInfo
    public function getContentInfo()
    {
        return $this->contentInfo;
    }