Exemplo n.º 1
0
 /**
  * add single model to collection
  * @param $model
  */
 function add(Cortex $model)
 {
     $model->addToCollection($this);
     $this->append($model);
 }