Object::copy
Summary:
This method copies the contents of one object into the caller object.
Parameters:
Parameter |
Description |
Default |
Required |
source |
A pointer to an object to copy from. Can be another cfObjects object or a
structure.
|
|
No |
include |
Comma-separated list of attributes to include. If not list is provided,
then all attributes are included.
|
|
No |
exclude |
Comma-separated list of attributes to exclude. If not list is provided,
then all attributes are included.
|
|
No |
Returns:
Example:
<cf_cfoInvokeMethod method="aPerson.copy" source="#anotherPerson#">
|