#include "onphp_core.h"
#include "core/Base/Identifiable.h"
Go to the source code of this file.
Variables | |
static | ONPHP_ARGINFO_ONE |
zend_function_entry | onphp_funcs_Identifiable [] |
ONPHP_ARGINFO_ONE [static] |
Definition at line 16 of file Identifiable.c.
zend_function_entry onphp_funcs_Identifiable[] |
Initial value:
{ ONPHP_ABSTRACT_ME(Identifiable, setId, arginfo_one, ZEND_ACC_PUBLIC) {NULL, NULL, NULL} }
Definition at line 18 of file Identifiable.c.