Ejemplo n.º 1
0
 /**
  * Returns an array with the names of all fields in this layout.
  *
  * @return array List of field names as strings.
  */
 function listFields()
 {
     return $this->_impl->listFields();
 }