function space_mobile_tools::router in Mobile Tools 7.2
Same name and namespace in other branches
- 7.3 plugins/mobile_tools_spaces.inc \space_mobile_tools::router()
Implementation of space->router().
File
- plugins/
mobile_tools_spaces.inc, line 89 - Spaces plugin implementation for Mobile Tools device groups
Class
- space_mobile_tools
- Mobile Tools integration for Spaces.
Code
function router($op, $object = NULL, $is_active = TRUE) {
switch ($op) {
case 'init':
return;
}
}