Storm\Drivers\Base\Object\Properties\Accessors\ReflectionBase::SetEntityType PHP Метод

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

final public SetEntityType ( $EntityType )
    public final function SetEntityType($EntityType)
    {
        $this->EntityType = $EntityType;
        $this->Reflection = $this->LoadReflection();
    }