PHP Class eZ\Publish\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$contentGateway eZ\Publish\Core\Persistence\Legacy\Content\Gateway Content gateway.

Méthodes publiques

Méthode Description
__construct ( Gateway $contentGateway ) Creates a new action.
apply ( integer $contentId ) Applies the action to the given $content.

Method Details

__construct() public méthode

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

apply() abstract public méthode

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

Property Details

$contentGateway protected_oe property

Content gateway.
protected Gateway,eZ\Publish\Core\Persistence\Legacy\Content $contentGateway
Résultat eZ\Publish\Core\Persistence\Legacy\Content\Gateway