- Member append_to_log ($logString)
- Appending to log file is now done through appendLogEntry in the webdav server class.
- Member eZBinaryFileHandler ($contentObject, $contentObjectAttribute)
- Member eZBinaryFileHandler ($contentObject, $contentObjectAttribute)
- Member eZBinaryFileHandler (&$binary, $returnMimeData=false)
- Member eZCacheClearClassID ($cacheItem)
- Callback to static class function is now done directly.
- Member eZCacheClearGlobalINI ($cacheItem)
- Callback to static class function is now done directly.
- Member eZCacheClearImageAlias ($cacheItem)
- Callback to static class function is now done directly.
- Member eZCacheClearSortKey ($cacheItem)
- Callback to static class function is now done directly.
- Member eZCacheClearTemplateBlockCache ($cacheItem)
- Callback to static class function is now done directly.
- Member eZContentClass ()
- Member eZContentLanguage ()
- Member eZContentObject ()
- The function canMove() is preferred since its naming is clearer.
- Member eZContentObject ($versionStatus=false)
- This method is left here only for backward compatibility. Use eZContentObjectVersion::removeVersions() method instead.
- Member eZContentObjectTreeNode ()
- The function canMove() is preferred since its naming is clearer.
- Member eZContentObjectTreeNode ($contentClassID, $parentNodeID=2)
- This function should no longer be used, use the eZContentClass::instantiate and eZNodeAssignment::create instead.
- Member eZContentObjectTreeNode ()
- Use updateSubTreePath() instead.
- Member eZContentObjectVersion ($asObject=true)
- Member eZDate ()
- This function is deprecated in PHP5, use the PHP5 clone keyword instead Creates an exact copy of this object and returns it.
- Member eZDateTime ()
- This function is deprecated in PHP5, use the PHP5 clone keyword instead Creates an exact copy of this object and returns it.
- Member eZDBFileHandler ()
- This function should not be used since it cannot handle reading errors. For the PHP 5 port this should be removed.
- Member eZDBFileHandlerMysqlBackend ($filePath, $fname=false)
- This function should not be used since it cannot handle reading errors.
- Member eZDOMDocument ($domNode)
- not compatible with W3C DOM standard
- Member eZDOMDocument ($prefix, $uri)
- Not compatible with W3C DOM standard. Use createAttributeNS instead.
- Member eZDOMDocument ($name, $content, $prefix=false)
- Not compatible with W3C DOM standard. Use createAttribute instead.
- Member eZDOMDocument ($uri, $name, $content)
- Not compatible with W3C DOM standard. Use createAttributeNS instead.
- Member eZDOMDocument ($name, $text, $attributes=array())
- not compatible with W3C DOM standard
- Member eZDOMDocument ($name, $attributes=array())
- Use createElement and setAttribute instead.
- Member eZDOMDocument ($name, $array)
- not compatible with W3C DOM standard
- Member eZDOMDocument ($uri, $name)
- Not compatible with W3C DOM standard. Use createElementNS instead.
- Member eZDOMDocument ($name, $text, $attributes=array())
- Not compatible with W3C DOM standard
- Member eZDOMNode ($attributeName)
- This function is deprecated. Use getAttribute instead.
- Member eZDOMNode ($attributeName, $namespaceURI)
- This function is deprecated. Use getAttributeNS instead.
- Member eZDOMNode ($name)
- Use firstElementByName() instead.
- Member eZDOMNode ($name)
- Use getElementsByTagName/getElementsByTagNameNS instead.
- Class eZFilePasstroughHandler
- Use eZFilePassthroughHandler instead
- Member eZHTTPPersistence ($base_name, $def, $objects, $http, $is_array=true)
- This function has some serious flaws and will be removed in a future release Goes trough all fields defined in $def and tries to find a post variable which is named $base_name, field name and "checked" with _ between items. If the post variable is an array the id of the current object is matched against that array, if one is found the matched field is set to be true otherwise false. If no post variable was found with that signature the field is ignored. Example of name:
- Member eZHTTPPersistence ($base_name, $def, $object, $http)
- This function has some serious flaws and will be removed in a future release
- Class eZImage
- Class eZImageVariation
- Member eZISBNType ($isbnNr, &$error)
- , should use the class eZISBN13 instead. Validates the ISBN-13 number $isbnNr.
- Member eZLocale ($number, $as_html=true)
- Formats the currency $number according to locale information and returns it. If $as_html is true all spaces are converted to before being returned.
- Member eZMimeType ($path, $file)
-
- Member eZModuleFunctionInfo ($methodName, $classObject, $parameterArray)
- use call_user_func_array() instead
- Member eZModuleOperationInfo ($methodName, $classObject, $parameterArray)
- use call_user_func_array() instead
- Member eZTemplateCacheFunction ()
- Does not seem to be used Returns base directory where expired 'subtree_expiry' caches are stored.
- Member eZTemplateCacheFunction ()
- Returns base directory where 'subtree_expiry' caches are stored.
- Member eZTemplateCacheFunction ($subtreeExpiryParameter, $cacheFilename)
- Returns path of the directory where 'subtree_expiry' caches are stored.
- Member eZTemplateCacheFunction ($nodeID)
- Builds and returns path from $nodeID, e.g. if $nodeID = 23 then path = subtree/2/3
- Member eZTemplateCacheFunction ()
- Returns base directory where template block caches are stored.
- Member eZTemplateNodeTool ($static, $variablePlacement=false)
- Use createConstantElement instead.
- Member eZTemplateNodeTool ($elements)
- Use elementConstantValue instead.
- Member eZTemplateNodeTool ($elements)
- Use isConstantElement instead.
- Member eZTime ()
- This function is deprecated in PHP5, use the PHP5 clone keyword instead Creates an exact copy of this object and returns it.
- Member eZTime ()
- Use eZTime::SECONDS_A_DAY instead Get number of seconds per day
- Member eZTipafriendCounter ($nodeID)
- Use removeForNode instead
- Member eZTipafriendCounter ()
- , will be removed in future versions of eZP
- Class eZURLTranslator
- This class is deprecated and not in use.
- Member eZWebDavAppendToLog ($logString)
- Appending to log file is now done through appendLogEntry in the webdav server class.
- Member eZWebDavCheckLogSetting ()
- Use eZWebDAVServer::isLoggingEnabled() instead.
- Member eZXMLInputParser
- (back-compatibility)
- Member isExtension ($path)
- Member nameFromPath ($path)
- eZExtension::nameFromPath( __FILE__ ) executed in any file of an extension can help you to find the path to additional resources