Esempio n. 1
0
 /**
  * @inheritdoc
  */
 public function rules()
 {
     return array_merge(parent::rules(), [[['card', 'site', 'title', 'creator', 'image'], 'string', 'max' => 100], [['description'], 'string', 'max' => 255]]);
 }
Esempio n. 2
0
 /**
  * @inheritdoc
  */
 public function rules()
 {
     return array_merge(parent::rules(), [[['title', 'site_name'], 'string', 'max' => 100], [['type'], 'string', 'max' => 50], [['url', 'image', 'description', 'video'], 'string', 'max' => 255]]);
 }