contentComment() public static method

public static contentComment ( $content, $model )
Ejemplo n.º 1
0
 public function beforeSave($insert)
 {
     if (!parent::beforeSave($insert)) {
         return false;
     }
     $this->comment = PostService::contentComment($this->comment, $this);
     return true;
 }