extraLabel() public static method

public static extraLabel ( )
Ejemplo n.º 1
0
 /**
  * @return array customized attribute labels (name=>label)
  */
 public function attributeLabels()
 {
     return CMap::mergeArray(array(), Object::extraLabel());
 }
Ejemplo n.º 2
0
 /**
  * @return array customized attribute labels (name=>label)
  */
 public function attributeLabels()
 {
     return CMap::mergeArray(array('price' => t('site', 'Price')), Object::extraLabel());
 }
Ejemplo n.º 3
0
 /**
  * @return array customized attribute labels (name=>label)
  */
 public function attributeLabels()
 {
     return CMap::mergeArray(array('start_date' => t('Start date'), 'end_date' => t('End date')), Object::extraLabel());
 }