PHP Класс eZ\Publish\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$contentGateway eZ\Publish\Core\Persistence\Legacy\Content\Gateway Content gateway.

Открытые методы

Метод Описание
__construct ( Gateway $contentGateway ) Creates a new action.
apply ( integer $contentId ) Applies the action to the given $content.

Описание методов

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

Creates a new action.
public __construct ( Gateway $contentGateway )
$contentGateway eZ\Publish\Core\Persistence\Legacy\Content\Gateway

apply() абстрактный публичный Метод

Applies the action to the given $content.
abstract public apply ( integer $contentId )
$contentId integer

Описание свойств

$contentGateway защищенное свойство

Content gateway.
protected Gateway,eZ\Publish\Core\Persistence\Legacy\Content $contentGateway
Результат eZ\Publish\Core\Persistence\Legacy\Content\Gateway