PHP Interface Storm\Core\Object\IProperty

Author: Elliot Levin ([email protected])
Mostra file Open project: timetoogo/penumbra Interface Usage Examples

Public Methods

Method Description
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.

Method Details

GetEntityMap() public method

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

GetIdentifier() public method

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

HasEntityMap() public method

public HasEntityMap ( ) : boolean
return boolean

SetEntityMap() public method

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