StaticFactory.c File Reference

#include "onphp.h"
#include "core/Base/StaticFactory.h"

Include dependency graph for StaticFactory.c:

Go to the source code of this file.

Functions

 ONPHP_METHOD (StaticFactory, __construct)

Variables

zend_function_entry onphp_funcs_StaticFactory []


Function Documentation

ONPHP_METHOD ( StaticFactory  ,
__construct   
)

Definition at line 16 of file StaticFactory.c.


Variable Documentation

zend_function_entry onphp_funcs_StaticFactory[]

Initial value:

 {
    ONPHP_ME(StaticFactory, __construct, NULL, ZEND_ACC_FINAL | ZEND_ACC_PRIVATE | ZEND_ACC_CTOR)
    {NULL, NULL, NULL}
}

Definition at line 21 of file StaticFactory.c.


Generated on Sun Dec 9 21:56:35 2007 for onPHP by  doxygen 1.5.4