moopapi_boot |
./moopapi.module |
Implements hook_boot(). |
|
|
moopapi_create_args |
./moopapi.module |
API to create arguments' string. |
1 |
|
moopapi_enable |
./moopapi.install |
@file
Install, update and uninstall functions for the Moopapi module. |
|
|
moopapi_get_major_version |
./moopapi.module |
|
1 |
|
moopapi_hook_ignore_list |
./moopapi.module |
Return list of hooks which must not be created as wrappers. |
1 |
|
moopapi_init |
./moopapi.module |
Implements of hook_init(). |
|
|
moopapi_object |
./moopapi.module |
Central pool of all of existent and loaded oop module objects. |
|
|
moopapi_register |
./moopapi.module |
OOP modules must register themselves before they can be initialized
Modules can use this API function during boot and init hooks to register themselves so moopapi
can integrate them with the framework. |
2 |
|
moopapi_wrap |
./moopapi.module |
Api function that will create function wrapper to a class method |
2 |
|