c = $container; } /** * Объявление модели */ public function setModel(Model $model): Method { $this->model = $model; return $this; } }