interface GroupControllerInterface

Interface GroupControllerInterface

Methods

mixed
ensureInitialization()

Makes sure the instance is initialized properly and ready to use.

int
guessGroupId(string $page_id, array $cmdArgs)

Guess the group ID by evaluating GP and CMD Vars

Details

at line 17
mixed ensureInitialization()

Makes sure the instance is initialized properly and ready to use.

Ideally, this created necessary models and finishes the setup state.

Return Value

mixed

at line 27
int guessGroupId(string $page_id, array $cmdArgs)

Guess the group ID by evaluating GP and CMD Vars

Parameters

string $page_id
array $cmdArgs

Return Value

int

Group ID