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

Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$contentGateway eZ\Publish\Core\Persistence\Legacy\Content\Gateway Content gateway.

Public Methods

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

Method Details

__construct() public method

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

apply() abstract public method

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

Property Details

$contentGateway protected property

Content gateway.
protected Gateway,eZ\Publish\Core\Persistence\Legacy\Content $contentGateway
return eZ\Publish\Core\Persistence\Legacy\Content\Gateway