コード例 #1
0
ファイル: Apartment.php プロジェクト: alexjkitty/estate
 public function beforeValidate()
 {
     Images::saveComments($this);
     return parent::beforeValidate();
 }