Beispiel #1
0
 protected function _getDefaultAttributes()
 {
     $attributes = parent::_getDefaultAttributes();
     array_push($attributes, 'is_active');
     return $attributes;
 }