mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
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);
|
||||
}
|
||||
|
||||
function get_validtypes()
|
||||
/**
|
||||
* Get valid types
|
||||
*
|
||||
* @return array - array of valid types
|
||||
*/
|
||||
private function get_validtypes()
|
||||
{
|
||||
// Types
|
||||
$types = $this->bo->enums['type'];
|
||||
|
Loading…
Reference in New Issue
Block a user