ClassUtils Class Reference
[Various accompanying utilities]

Inheritance diagram for ClassUtils:

Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static copyProperties ($source, $destination)
static copyNotNullProperties ($source, $destination)
static fillNullProperties ($source, $destination)
static isClassName ($className)
static isInstanceOf ($object, $class)
static callStaticMethod ($methodSignature)
static checkStaticMethod ($methodSignature)
static dtoObject2xml ($object, $classMap, $xmlDoc=null, $ignoreNull=false)

Public Attributes

const CLASS_NAME_PATTERN = '[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*'


Detailed Description

Definition at line 16 of file ClassUtils.class.php.


Member Function Documentation

static ClassUtils::copyProperties ( source,
destination 
) [static]

Definition at line 20 of file ClassUtils.class.php.

References Assert::isTrue().

Referenced by SaveCommand::run().

Here is the call graph for this function:

static ClassUtils::copyNotNullProperties ( source,
destination 
) [static]

Definition at line 54 of file ClassUtils.class.php.

References Assert::isTrue().

Here is the call graph for this function:

static ClassUtils::fillNullProperties ( source,
destination 
) [static]

Definition at line 76 of file ClassUtils.class.php.

References Assert::isTrue().

Here is the call graph for this function:

static ClassUtils::isClassName ( className  )  [static]

Definition at line 104 of file ClassUtils.class.php.

static ClassUtils::isInstanceOf ( object,
class 
) [static]

Definition at line 109 of file ClassUtils.class.php.

Referenced by ClassProjection::__construct(), DateRange::checkType(), PrimitiveDateRange::checkType(), PrimitiveDate::checkType(), PrimitiveIdentifier::importValue(), and PrimitiveDateRange::of().

static ClassUtils::callStaticMethod ( methodSignature  )  [static]

Definition at line 141 of file ClassUtils.class.php.

Referenced by PrimitiveIdentifier::import().

static ClassUtils::checkStaticMethod ( methodSignature  )  [static]

Definition at line 153 of file ClassUtils.class.php.

References Assert::isTrue().

Referenced by PrimitiveIdentifier::setMethodName().

Here is the call graph for this function:

static ClassUtils::dtoObject2xml ( object,
classMap,
xmlDoc = null,
ignoreNull = false 
) [static]

Definition at line 188 of file ClassUtils.class.php.

References Assert::isTrue().

Here is the call graph for this function:


Member Data Documentation

const ClassUtils::CLASS_NAME_PATTERN = '[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*'

Definition at line 18 of file ClassUtils.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:03 2007 for onPHP by  doxygen 1.5.4