예제 #1
0
파일: Row.php 프로젝트: Kit-kat1/bluz
 /**
  * {@inheritdoc}
  *
  * @return string
  */
 public function beforeSave()
 {
     $this->addValidator('type', v::equals('image'));
 }