eZ\Publish\Core\Repository\Values\Content\TrashItem::getContentInfo PHP Метод

getContentInfo() публичный Метод

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