Storm\Drivers\Base\Object\Construction\Constructor::SetEntityType PHP Method

SetEntityType() public method

public SetEntityType ( $EntityType )
    public function SetEntityType($EntityType)
    {
        $this->EntityType = $EntityType;
        $this->OnSetEntityType($EntityType);
    }