Identifier.c File Reference

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

Include dependency graph for Identifier.c:

Go to the source code of this file.

Functions

 ONPHP_METHOD (Identifier, create)
 ONPHP_METHOD (Identifier, wrap)
 ONPHP_METHOD (Identifier, getId)
 ONPHP_METHOD (Identifier, setId)
 ONPHP_METHOD (Identifier, finalize)
 ONPHP_METHOD (Identifier, isFinalized)

Variables

static ONPHP_ARGINFO_ONE
zend_function_entry onphp_funcs_Identifier []


Function Documentation

ONPHP_METHOD ( Identifier  ,
isFinalized   
)

Definition at line 75 of file Identifier.c.

References ONPHP_READ_PROPERTY.

ONPHP_METHOD ( Identifier  ,
finalize   
)

Definition at line 68 of file Identifier.c.

References ONPHP_UPDATE_PROPERTY_BOOL.

ONPHP_METHOD ( Identifier  ,
setId   
)

Definition at line 55 of file Identifier.c.

References ONPHP_UPDATE_PROPERTY.

ONPHP_METHOD ( Identifier  ,
getId   
)

Definition at line 46 of file Identifier.c.

References ONPHP_READ_PROPERTY.

ONPHP_METHOD ( Identifier  ,
wrap   
)

Definition at line 28 of file Identifier.c.

References onphp_ce_Identifier, onphp_empty_object_new(), and ONPHP_UPDATE_PROPERTY.

Here is the call graph for this function:

ONPHP_METHOD ( Identifier  ,
create   
)

Definition at line 16 of file Identifier.c.

References onphp_ce_Identifier, and onphp_empty_object_new().

Here is the call graph for this function:


Variable Documentation

ONPHP_ARGINFO_ONE [static]

Definition at line 84 of file Identifier.c.

zend_function_entry onphp_funcs_Identifier[]

Initial value:

 {





    ONPHP_ME(Identifier, isFinalized,   NULL, ZEND_ACC_PUBLIC)
    {NULL, NULL, NULL}
}

Definition at line 86 of file Identifier.c.


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