#include "onphp.h"
#include "core/Base/StaticFactory.h"
Go to the source code of this file.
Functions | |
ONPHP_METHOD (StaticFactory, __construct) | |
Variables | |
zend_function_entry | onphp_funcs_StaticFactory [] |
ONPHP_METHOD | ( | StaticFactory | , | |
__construct | ||||
) |
Definition at line 16 of file StaticFactory.c.
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.