예제 #1
0
 /**
  * Set model
  *
  * @param CeModelInterface $model
  * @return CeModelEntity
  */
 public function setModel(CeModelInterface $model = null)
 {
     parent::setModel($model);
     return $this;
 }