#include "onphp.h"#include "core/Base/Identifier.h"#include "core/Base/IdentifiableObject.h"

Go to the source code of this file.
Functions | |
| ONPHP_METHOD (IdentifiableObject, wrap) | |
| ONPHP_METHOD (IdentifiableObject, getId) | |
| ONPHP_METHOD (IdentifiableObject, setId) | |
Variables | |
| static | ONPHP_ARGINFO_ONE |
| zend_function_entry | onphp_funcs_IdentifiableObject [] |
| ONPHP_METHOD | ( | IdentifiableObject | , | |
| setId | ||||
| ) |
| ONPHP_METHOD | ( | IdentifiableObject | , | |
| getId | ||||
| ) |
Definition at line 35 of file IdentifiableObject.c.
References onphp_ce_Identifier, and ONPHP_READ_PROPERTY.
| ONPHP_METHOD | ( | IdentifiableObject | , | |
| wrap | ||||
| ) |
Definition at line 17 of file IdentifiableObject.c.
References onphp_ce_IdentifiableObject, onphp_empty_object_new(), and ONPHP_UPDATE_PROPERTY.

ONPHP_ARGINFO_ONE [static] |
Definition at line 68 of file IdentifiableObject.c.
| zend_function_entry onphp_funcs_IdentifiableObject[] |
Initial value:
{
ONPHP_ME(IdentifiableObject, wrap, arginfo_one, ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
{NULL, NULL, NULL}
}
Definition at line 70 of file IdentifiableObject.c.
1.5.4