/**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('geoprotection'));
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('tag_table', 'tag_column', 'tag_id', 'tag_alias', 'tag_where', 'tag_filter', 'tag_filterparams', 'tag_sorting', 'tag_as_wizard', 'tag_minLevel', 'tag_maxLevel', 'mandatory', 'submitOnChange', 'filterable', 'searchable'));
 }
Ejemplo n.º 3
0
 /**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('tabletext_cols'));
 }
 /**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('mandatory', 'filterable', 'searchable', 'get_geo', 'get_land', 'lookupservice', 'datamode', 'single_attr_id', 'first_attr_id', 'second_attr_id'));
 }
Ejemplo n.º 5
0
 /**
  * Returns all valid settings for the attribute type.
  *
  * @return array All valid setting names, this reensembles the columns in tl_metamodel_attribute
  *               this attribute class understands.
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('sortable', 'rating_half', 'rating_max', 'rating_emtpy', 'rating_full', 'rating_hover'));
 }