/** * add single model to collection * @param $model */ function add(Cortex $model) { $model->addToCollection($this); $this->append($model); }