PHP 인터페이스 Storm\Core\Object\IProperty

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/penumbra 0 사용 예제들

공개 메소드들

메소드 설명
GetEntityMap ( ) : Storm\Core\Object\IEntityMap | null The parent entity map.
GetIdentifier ( ) : string The value identifier for the property.
HasEntityMap ( ) : boolean
SetEntityMap ( Storm\Core\Object\IEntityMap $EntityMap = null ) : void Sets the parent entity map.

메소드 상세

GetEntityMap() 공개 메소드

The parent entity map.
public GetEntityMap ( ) : Storm\Core\Object\IEntityMap | null
리턴 Storm\Core\Object\IEntityMap | null

GetIdentifier() 공개 메소드

The value identifier for the property.
public GetIdentifier ( ) : string
리턴 string

HasEntityMap() 공개 메소드

public HasEntityMap ( ) : boolean
리턴 boolean

SetEntityMap() 공개 메소드

Sets the parent entity map.
public SetEntityMap ( Storm\Core\Object\IEntityMap $EntityMap = null ) : void
$EntityMap Storm\Core\Object\IEntityMap
리턴 void