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