List groups

package midcom.admin.user

 Methods

_handler_list (mixed $handler_id, array $args, array $data)

Handle the listing phase

Parameters

$handler_id

mixedThe ID of the handler.

$args

arrayThe argument list.

$data

array&$data The local request data.

_handler_move (mixed $handler_id, array $args, array $data)

Handle the moving of a group phase

Parameters

$handler_id

mixedThe ID of the handler.

$args

arrayThe argument list.

$data

array&$data The local request data.

_on_initialize ()

_show_list (mixed $handler_id, array $data)

Show the group listing

Parameters

$handler_id

mixedThe ID of the handler.

$data

array&$data The local request data.

_show_move (mixed $handler_id, array $data)

Show the moving of a group phase

Parameters

$handler_id

mixedThe ID of the handler.

$data

array&$data The local request data.

belongs_to (int $id, int $owner)

Internal helper to check if the requested group belongs to the haystack
Static

Parameters

$id

int

$owner

int

list_groups (int $id, array $data, $move)

Internal helper for showing the groups recursively
Static

Parameters

$id

int

$data

array&$data

$move

_update_breadcrumb ($handler_id)

Populate breadcrumb

Parameters

$handler_id