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

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

public SetEntityType ( $EntityType )
    public function SetEntityType($EntityType)
    {
        parent::SetEntityType($EntityType);
        $this->PropertyGetter->SetEntityType($EntityType);
        $this->PropertySetter->SetEntityType($EntityType);
    }