PHP 클래스 Neos\Neos\Ui\Domain\Model\ChangeCollection

파일 보기 프로젝트 열기: neos/neos-ui 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$changes array Changes in this collection

공개 메소드들

메소드 설명
add ( Neos\Neos\Ui\Domain\Model\ChangeInterface $change ) : void Add a change to this collection
apply ( ) : void Apply all changes
compress ( ) : ChangeCollection Reduce this collection to a minimal set of changes with the same outcome
count ( ) : integer Get the number of changes in this collection

메소드 상세

add() 공개 메소드

Add a change to this collection
public add ( Neos\Neos\Ui\Domain\Model\ChangeInterface $change ) : void
$change Neos\Neos\Ui\Domain\Model\ChangeInterface
리턴 void

apply() 공개 메소드

Apply all changes
public apply ( ) : void
리턴 void

compress() 공개 메소드

Reduce this collection to a minimal set of changes with the same outcome
public compress ( ) : ChangeCollection
리턴 ChangeCollection

count() 공개 메소드

Get the number of changes in this collection
public count ( ) : integer
리턴 integer

프로퍼티 상세

$changes 보호되어 있는 프로퍼티

Changes in this collection
protected array $changes
리턴 array