NamedObject.c File Reference

#include "onphp.h"
#include "onphp_util.h"
#include "core/Base/NamedObject.h"

Include dependency graph for NamedObject.c:

Go to the source code of this file.

Functions

 ONPHP_METHOD (NamedObject, getName)
 ONPHP_METHOD (NamedObject, setName)
 ONPHP_METHOD (NamedObject, toString)
 ONPHP_METHOD (NamedObject, compareNames)
static ZEND_END_ARG_INFO ()

Variables

static ONPHP_ARGINFO_ONE
zend_function_entry onphp_funcs_NamedObject []


Function Documentation

ONPHP_METHOD ( NamedObject  ,
compareNames   
)

Definition at line 48 of file NamedObject.c.

References ZVAL_FREE.

ONPHP_METHOD ( NamedObject  ,
toString   
)

Definition at line 35 of file NamedObject.c.

References onphp_append_zval_to_smart_string(), and ONPHP_READ_PROPERTY.

Here is the call graph for this function:

ONPHP_METHOD ( NamedObject  ,
setName   
)

Definition at line 24 of file NamedObject.c.

References ONPHP_UPDATE_PROPERTY.

ONPHP_METHOD ( NamedObject  ,
getName   
)

Definition at line 17 of file NamedObject.c.

References ONPHP_READ_PROPERTY.

static ZEND_END_ARG_INFO (  )  [static]


Variable Documentation

ONPHP_ARGINFO_ONE [static]

Definition at line 80 of file NamedObject.c.

zend_function_entry onphp_funcs_NamedObject[]

Initial value:

 {



    ONPHP_ME(NamedObject, toString,     NULL, ZEND_ACC_PUBLIC)
    {NULL, NULL, NULL}
}

Definition at line 88 of file NamedObject.c.


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