PHP 클래스 eZ\Publish\Core\Persistence\Legacy\Content\Type\ContentUpdater\Action

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$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