コード例 #1
0
ファイル: Row.php プロジェクト: Kit-kat1/bluz
 /**
  * {@inheritdoc}
  *
  * @return string
  */
 public function beforeSave()
 {
     $this->addValidator('type', v::equals('image'));
 }