eZ\Publish\Core\Repository\Values\Content\TrashItem::getContentInfo PHP Method

getContentInfo() public method

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