public function rules() { return array_merge(parent::rules(), array(array('defaultValue', 'numerical', 'integerOnly' => true))); }
public function __construct(RedBeanModel $model = null, $attributeName = null) { $this->maxLength = 11; parent::__construct($model, $attributeName); }