eZ Publish  [4.0]
ezcsvexport.php File Reference

Go to the source code of this file.

Variables

 $cli = eZCLI::instance()
if(count($options['arguments'])< 1) $nodeID = $options['arguments'][0]
 $openedFPs = array()
 $options
 $script
 $subTree = $node->subTree()
 $subTreeCount = $node->subTreeCount()

Detailed Description

Definition in file ezcsvexport.php.


Variable Documentation

$cli = eZCLI::instance()

Definition at line 47 of file ezcsvexport.php.

if (count($options['arguments'])< 1) $nodeID = $options['arguments'][0]

Definition at line 71 of file ezcsvexport.php.

Referenced by eZContentObjectTreeNode\addChildTo(), eZContentObjectPackageHandler\addNode(), eZContentObjectTreeNode\adjustPathElement(), eZContentObjectTreeNode\assignSectionToSubTree(), eZContentObjectVersion\assignToNode(), eZTemplateCacheBlock\cachePath(), eZContentCache\cachePathInfo(), eZStaticCache\cacheURL(), eZTemplateCacheBlock\calculateSubtreeCacheDir(), eZContentObjectTreeNode\calendar(), eZContentObjectVersion\checkAccess(), eZContentUpload\checkAccess(), eZContentObject\checkAccess(), eZContentObjectTreeNode\checkAccess(), eZSSLZone\checkNodeID(), eZContentObjectTreeNode\childrenByName(), eZContentObject\classListFromPolicy(), eZContentObjectTreeNode\classListFromPolicy(), eZSubtreeCache\cleanup(), eZContentCache\cleanup(), eZRole\cleanupByNode(), eZTipafriendCounter\clear(), eZTipafriendCounter\create(), eZSubtreeNotificationRule\create(), eZObjectRelationListType\createClassContentStructure(), eZContentBrowseBookmark\createNew(), eZContentBrowseRecent\createNew(), eZContentObjectTreeNode\createPathConditionAndNotEqParentSQLStrings(), eZObjectRelationType\customClassAttributeHTTPAction(), eZObjectRelationListType\customClassAttributeHTTPAction(), decodeAction(), eZTemplateCacheBlock\decodeNodeID(), eZMultiOption\decodeXML(), eZMultiOption2\decodeXML(), eZContentCache\exists(), eZSimplifiedXMLEditOutput\eznodeHref(), eZTipafriendCounter\fetch(), eZContentObjectTreeNode\fetch(), eZContentObject\fetchByNodeID(), eZWorkflowProcess\fetchForContent(), eZSubTreeHandler\fetchHttpInput(), fetchMaskByNodeID(), eZWebDAVContentServer\fetchNodeByTranslation(), eZURLAliasML\fetchNodeIDByPath(), eZObjectRelationType\fetchObjectAttributeHTTPInput(), eZWebDAVContentServer\fetchParentNodeByTranslation(), fetchPathIdentificationString(), eZStaticCache\generateNodeListCache(), eZContentCacheManager\generateObjectViewCache(), eZContentObjectPackageHandler\generateOverrideSettingsArray(), eZContentObjectPackageHandler\generatePackage(), eZNodeviewfunctions\generateViewCacheFile(), eZContentObjectTreeNode\getParentNodeId(), eZSSLZone\getSSLZones(), eZTemplateCacheBlock\getSubtreeModification(), eZLDAPUser\goAndPublishGroups(), eZTemplateCacheBlock\handle(), eZContentObjectPackageHandler\handleParameters(), eZHTTPHeader\headerOverrideArray(), eZMultiOption2\initGroupFromDom(), eZXHTMLXMLOutput\initHandlerEmbed(), eZXHTMLXMLOutput\initHandlerLink(), isAlwaysAvailable(), eZBasket\items(), eZWishList\items(), eZContentObjectPackageCreator\loadObjectList(), eZTreeMenuOperator\modify(), eZContentObjectTreeNodeOperations\move(), eZContentObjectTreeNode\move(), eZSiteInstaller\moveTreeNode(), eZContentObjectAssignmentHandler\nodeID(), eZURLAliasML\nodeIDFromAction(), eZContentObjectAssignmentHandler\nodeIDList(), eZSubtreeSubscriptionType\onPublish(), eZSimplifiedXMLEditOutput\outputEmbed(), eZSimplifiedXMLEditOutput\outputLink(), eZXMLOutputHandler\prefetch(), eZTemplateCacheFunction\processCached(), eZOrder\productItems(), eZSimplifiedXMLInputParser\publishHandlerEmbed(), eZSimplifiedXMLInputParser\publishHandlerLink(), eZContentObjectVersion\removeAssignment(), eZSubtreeNotificationRule\removeByNodeAndUserID(), eZContentBrowseBookmark\removeByNodeID(), eZTipafriendCounter\removeForNode(), eZContentObjectTreeNode\removeNode(), eZContentObjectTreeNode\removeNodeFromTree(), eZContentBrowseRecent\removeRecentByNodeID(), eZContentObjectTreeNode\removeSubtrees(), eZContentObject\removeThis(), eZContentObjectTreeNode\removeThis(), eZContentCache\restore(), eZTemplateCacheBlock\retrieve(), eZContentObjectTreeNode\reverseRelatedCount(), eZContentObject\setAlwaysAvailableLanguageID(), eZContentBrowse\setStartNode(), eZContentObjectAssignmentHandler\setupAssignments(), eZContentCache\store(), eZContentStructureTreeOperator\subTree(), eZContentObjectTreeNode\subTreeByNodeID(), eZTemplateCacheBlock\subtreeCacheSubDir(), eZTemplateCacheBlock\subtreeCacheSubDirForNode(), eZTemplateCacheFunction\subtreeCacheSubDirForNode(), eZContentObjectTreeNode\subTreeCountByNodeID(), eZContentObjectTreeNode\subTreeMultiPaths(), eZContentObjectTreeNode\subtreeSoleNodeCount(), eZSiteInstaller\swapNodes(), eZTemplateCacheFunction\templateNodeTransformation(), eZXMLTextType\transformLinksToRemoteLinks(), eZXMLTextType\transformRemoteLinksToLinks(), and eZContentObjectTreeNode\updateSubTreePath().

$openedFPs = array()

Definition at line 104 of file ezcsvexport.php.

$options
Initial value:
 $script->getOptions( "[storage-dir:]",
                                "[node]",
                                array( 'storage-dir' => 'directory to place exported files in' ),
                                false,
                                array( 'user' => true ) )

Definition at line 58 of file ezcsvexport.php.

Initial value:
 eZScript::instance( array( 'description' => ( "eZ Publish CSV export script\n" .
                                                        "\n" .
                                                        "ezcsvexport.php --storage-dir=export 2" ),
                                     'use-session' => false,
                                     'use-modules' => true,
                                     'use-extensions' => true,
                                     'user' => true ) )

Definition at line 48 of file ezcsvexport.php.

$subTree = $node->subTree()

Definition at line 103 of file ezcsvexport.php.

Referenced by eZWebDAVContentServer\fetchContentList().

$subTreeCount = $node->subTreeCount()

Definition at line 97 of file ezcsvexport.php.