Project: PHP5 port: renamed functions
The following functions were renamed in the PHP5 port:
Old name | New name |
---|---|
eZContentObjectVersion::clone | eZContentObjectVersion::cloneVersion |
eZNodeAssignment::clone | eZNodeAssignment::cloneNodeAssignment |
eZContentObjectAttribute::clone | eZContentObjectAttribute::cloneContentObjectAttribute |
eZContentClass::clone | eZContentClass::__clone |
eZContentClassAttribute::clone | eZContentClassAttribute::__clone |
eZDOMNode::clone | eZDOMNode::__clone |
eZProductCollection::clone | eZProductCollection::__clone |
eZProductCollectionItem::clone | eZProductCollectionItem::__clone |
eZProductCollectionItemOption::clone | eZProductCollectionItemOption::__clone |
eZSerializedObjectNameList::clone | eZSerializedObjectNameList::__clone |
eZEnumValue::clone | eZEnumValue::__clone |
eZWaitUntilDateValue::clone | eZWaitUntilDateValue::__clone |
eZImageInterface::clone | eZImageInterface::__clone |