Storm\Core\Object\EntityMap::GetEntityType PHP Method

GetEntityType() final public method

{@inheritDoc}
final public GetEntityType ( )
    public final function GetEntityType()
    {
        return $this->EntityType;
    }

Usage Example

Example #1
0
 public function __construct(EntityMap $EntityMap, array $Properties = null, $IsSingleEntity = false, \Storm\Core\Object\ICriterion $Criterion = null)
 {
     parent::__construct($EntityMap->GetEntityType(), $Properties ?: $EntityMap->GetProperties(), $IsSingleEntity, $Criterion ?: new Criterion($EntityMap->GetEntityType()));
 }
All Usage Examples Of Storm\Core\Object\EntityMap::GetEntityType