PHP 클래스 Storm\Drivers\Base\Object\Properties\Collections\Collection

상속: extends ArrayObject, implements Storm\Drivers\Base\Object\Properties\Collections\ICollection
파일 보기 프로젝트 열기: timetoogo/penumbra 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$OriginalEntities

공개 메소드들

메소드 설명
GetEntityType ( )
ToArray ( )
__GetNewEntities ( )
__GetOriginalEntities ( )
__GetRemovedEntities ( )
__IsAltered ( )
__construct ( $EntityType, array $Entities = [] )
append ( $Entity )
exchangeArray ( $Input )
offsetExists ( $Index )
offsetGet ( $Index )
offsetSet ( $Index, $Entity )
offsetUnset ( $Index )

보호된 메소드들

메소드 설명
SetIsAltered ( $IsAltered )

비공개 메소드들

메소드 설명
VerifyEntity ( $Method, $Entity )

메소드 상세

GetEntityType() 최종 공개 메소드

final public GetEntityType ( )

SetIsAltered() 최종 보호된 메소드

final protected SetIsAltered ( $IsAltered )

ToArray() 공개 메소드

public ToArray ( )

__GetNewEntities() 최종 공개 메소드

final public __GetNewEntities ( )

__GetOriginalEntities() 최종 공개 메소드

final public __GetOriginalEntities ( )

__GetRemovedEntities() 최종 공개 메소드

final public __GetRemovedEntities ( )

__IsAltered() 최종 공개 메소드

final public __IsAltered ( )

__construct() 공개 메소드

public __construct ( $EntityType, array $Entities = [] )
$Entities array

append() 공개 메소드

public append ( $Entity )

exchangeArray() 공개 메소드

public exchangeArray ( $Input )

offsetExists() 공개 메소드

public offsetExists ( $Index )

offsetGet() 공개 메소드

public offsetGet ( $Index )

offsetSet() 공개 메소드

public offsetSet ( $Index, $Entity )

offsetUnset() 공개 메소드

public offsetUnset ( $Index )

프로퍼티 상세

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

protected $OriginalEntities