
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]*' |
Definition at line 16 of file ClassUtils.class.php.
| static ClassUtils::copyProperties | ( | $ | source, | |
| $ | destination | |||
| ) | [static] |
Definition at line 20 of file ClassUtils.class.php.
References Assert::isTrue().
Referenced by SaveCommand::run().

| static ClassUtils::copyNotNullProperties | ( | $ | source, | |
| $ | destination | |||
| ) | [static] |
Definition at line 54 of file ClassUtils.class.php.
References Assert::isTrue().

| static ClassUtils::fillNullProperties | ( | $ | source, | |
| $ | destination | |||
| ) | [static] |
Definition at line 76 of file ClassUtils.class.php.
References Assert::isTrue().

| 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] |
| static ClassUtils::checkStaticMethod | ( | $ | methodSignature | ) | [static] |
Definition at line 153 of file ClassUtils.class.php.
References Assert::isTrue().
Referenced by PrimitiveIdentifier::setMethodName().

| static ClassUtils::dtoObject2xml | ( | $ | object, | |
| $ | classMap, | |||
| $ | xmlDoc = null, |
|||
| $ | ignoreNull = false | |||
| ) | [static] |
Definition at line 188 of file ClassUtils.class.php.
References Assert::isTrue().

| 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.
1.5.4