Esempio n. 1
0
 /**
  * Get a list of all fields no matter if "hidden" or not plus
  * all fields attached to this LinkModel itself.
  *
  * @see library/Opus/Model/Opus_Model_Abstract#describeAll()
  * @return array    List of fields
  */
 public function describeAll()
 {
     return array_merge($this->_model->describeAll(), parent::describeAll());
 }