Kernel::CallManager => Functions


Public
DescriptionCall a function
Output
typeboolean
description the value returned by the function, 1 on success, 0 on fail
Parameters
$func
typepointeur to %HASH
description the function
$param
typepointeur to %HASH
description the parameters to give to this function
Descriptioncheck if a function can be called
Output
typeboolean
description 0 if this function can be called, 0 otherwise
Parameters
$func
typepointeur to %HASH
description the function
Descriptionreturns the list of available drivers for a user identified by its session
Output
type@ARRAY
description the list of available drivers
Parameters
$id_session
type$STRING
description the session
$hide
type$STRING
description set it to 'hide' for removing driver name which must be hidden

Private
Descriptioncheck if an element is in an array
Output
typeboolean
description 1 if the element is present in the list, 0 otherwise
Parameters
$element
type$STRING
description the element to search
$rlist
typepointeur to @ARRAY
description the list where search