IdentifiableObject.c File Reference

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

Include dependency graph for IdentifiableObject.c:

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 []


Function Documentation

ONPHP_METHOD ( IdentifiableObject  ,
setId   
)

Definition at line 55 of file IdentifiableObject.c.

References ONPHP_UPDATE_PROPERTY.

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.

Here is the call graph for this function:


Variable Documentation

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.


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