forked from extern/egroupware
add function header/doku for get_validtypes
This commit is contained in:
parent
5869d59d12
commit
2946928c69
@ -743,7 +743,12 @@ class infolog_ui
|
|||||||
return $this->tmpl->exec('infolog.infolog_ui.index',$values,$sel_options,$readonlys,$persist,$return_html ? -1 : 0);
|
return $this->tmpl->exec('infolog.infolog_ui.index',$values,$sel_options,$readonlys,$persist,$return_html ? -1 : 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_validtypes()
|
/**
|
||||||
|
* Get valid types
|
||||||
|
*
|
||||||
|
* @return array - array of valid types
|
||||||
|
*/
|
||||||
|
private function get_validtypes()
|
||||||
{
|
{
|
||||||
// Types
|
// Types
|
||||||
$types = $this->bo->enums['type'];
|
$types = $this->bo->enums['type'];
|
||||||
|
Loading…
Reference in New Issue
Block a user