예제 #1
0
파일: Article.php 프로젝트: zhangsong/yii
 /**
  * @return array
  */
 public function behaviors()
 {
     return array_merge(parent::behaviors(), [['class' => BlameableBehavior::className(), 'createdByAttribute' => 'user_id', 'updatedByAttribute' => false]]);
 }