Storm\Drivers\Base\Object\Construction\Constructor::SetEntityType PHP Метод

SetEntityType() публичный Метод

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