eZ\Publish\Core\REST\Client\Values\Content\TrashItem::__get PHP Метод

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

public __get ( $property )
    public function __get($property)
    {
        switch ($property) {
            case 'id':
                return $this->getContentInfo()->id;
        }
        return parent::__get($property);
    }