コード例 #1
0
ファイル: Revisions.php プロジェクト: nhatvuvan/yii2-widgets
 public static function has()
 {
     $has = ['created_at' => null, 'updated_at' => null, 'updates' => null];
     return array_merge(parent::has(), $has);
 }