Home > dev > api > cat > special > _init 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
_init
GB_STATIC_METHOD ( "_init" , NULL , MyClass_init , NULL )

The _init method is called when the class is loaded by the interpreter.

It takes no argument, and returns nothing. You can use this method to do class specific global initialization.

See also

Special Methods, Methods Implementation