예제 #1
0
파일: Article.php 프로젝트: tolik505/bl
 /**
  * @inheritdoc
  */
 public function afterSave($insert, $changedAttributes)
 {
     parent::afterSave($insert, $changedAttributes);
     EntityToFile::updateImages($this->id, $this->sign);
 }