Example #1
0
 public function __construct($properties = array())
 {
     parent::__construct($properties);
     $this->validations[] = new \Meta\Validation\MinLength(array('length' => 3));
 }
Example #2
0
 public function __construct($properties = array())
 {
     parent::__construct($properties);
     $this->isRequired = false;
     // fix bug validating on add record
 }