Exemplo n.º 1
0
 /**
  * Enter description here...
  *
  * @param BEAN $focus - this is the bean you want to get the data from
  * @param STRING $layout_def_key - if you wish to use a layout_def defined in the default metadata/subpaneldefs.php that is not keyed off of $bean->module_dir pass in the key here
  * @param ARRAY $layout_def_override - if you wish to override the default loaded layout defs you pass them in here.
  * @return SubPanelDefinitions
  */
 function CustomSubPanelDefinitions($focus, $layout_def_key = '', $layout_def_override = '')
 {
     parent::SubPanelDefinitions($focus, $layout_def_key, $layout_def_override);
 }