$config
$config : \stdClass
Store Configuration Holds the Configuration object instance
$req : \FAA\Obj\Request
Store request Holds the request object instance
SetupTemplate(null $data = null) : \FAA\Obj\Result
Get or set the configuration
null | $data |
OnRegisterWidgetIncludes(\FAA\Obj\Sys\HookArgument $param)
\FAA\Obj\Sys\HookArgument | $param |
RequestOnUrlParsed(\FAA\Obj\Sys\HookArgument $param) : void
Must parse the url in an hook
\FAA\Obj\Sys\HookArgument | $param |
ServeRequest(\FAA\Obj\Request $request) : \FAA\Obj\Response
Serve request Serve the request and return appropriate result.
Serve the request and return appropriate result.
\FAA\Obj\Request | $request | The http request object |
A response object
GetUser(string $user_id, string $language) : \FAA\Obj\Generic\User|boolean
Get our user Get the user by graph user instance
string | $user_id | A facebook id |
string | $language | The request language |
A system user object or false when error occurred or, null when no user found
Request() : \FAA\Obj\Request
Get request Get the stored request object of the http call.
The request object