eZ Publish  [4.0]
updatecontentobjectname.php File Reference

Go to the source code of this file.

Functions

 changeSiteAccessSetting (&$siteaccess, $optionData)
 help ()

Variables

 $allowedDebugLevels = false
 $cli = eZCLI::instance()
 $db = eZDB::instance()
 $dbHost = false
 $dbImpl = false
 $dbName = false
 $dbPassword = false
 $dbUser = false
 $debugOutput = false
 $dotCount = 0
 $dotMax = 70
 $endl = $cli->endlineString()
 $i = 0
 $isQuiet = false
 $limit = 50
 $longOptionsWithData = array( 'siteaccess' )
 $optionsWithData = array( 's' )
 $readOptions = true
 $script
 $showSQL = false
 $siteaccess = false
 $subTreeCount = 0
 $topNodeArray
 $useColors = false
 $useDebugAccumulators = false
 $useDebugTimingpoints = false
 $useIncludeFiles = false
 $useLogFiles = false
 $webOutput = $cli->isWebOutput()

Function Documentation

changeSiteAccessSetting ( &$  siteaccess,
optionData 
)

Definition at line 75 of file updatecontentobjectname.php.

help ( )

Definition at line 50 of file updatecontentobjectname.php.


Variable Documentation

$cli = eZCLI::instance()

Definition at line 39 of file updatecontentobjectname.php.

$db = eZDB::instance()

Definition at line 295 of file updatecontentobjectname.php.

$dbHost = false

Definition at line 105 of file updatecontentobjectname.php.

$dbImpl = false

Definition at line 107 of file updatecontentobjectname.php.

$dbName = false

Definition at line 106 of file updatecontentobjectname.php.

$dbPassword = false

Definition at line 104 of file updatecontentobjectname.php.

$dbUser = false

Definition at line 103 of file updatecontentobjectname.php.

$debugOutput = false

Definition at line 93 of file updatecontentobjectname.php.

Referenced by eZScript\updateDebugSettings().

$dotCount = 0

Definition at line 332 of file updatecontentobjectname.php.

$dotMax = 70

Definition at line 331 of file updatecontentobjectname.php.

$endl = $cli->endlineString()

Definition at line 47 of file updatecontentobjectname.php.

$i = 0

Definition at line 330 of file updatecontentobjectname.php.

$limit = 50

Definition at line 333 of file updatecontentobjectname.php.

$longOptionsWithData = array( 'siteaccess' )

Definition at line 110 of file updatecontentobjectname.php.

$optionsWithData = array( 's' )

Definition at line 109 of file updatecontentobjectname.php.

$readOptions = true

Definition at line 112 of file updatecontentobjectname.php.

Initial value:
 eZScript::instance( array( 'debug-message' => '',
                                      'use-session' => true,
                                      'use-modules' => true,
                                      'use-extensions' => true ) )

Definition at line 40 of file updatecontentobjectname.php.

$showSQL = false

Definition at line 101 of file updatecontentobjectname.php.

$subTreeCount = 0

Definition at line 322 of file updatecontentobjectname.php.

$topNodeArray
Initial value:
 eZPersistentObject::fetchObjectList( eZContentObjectTreeNode::definition(),
                                                     null,
                                                     array( 'parent_node_id' => 1,
                                                            'depth' => 1 ) )

Definition at line 318 of file updatecontentobjectname.php.

$useColors = false

Definition at line 98 of file updatecontentobjectname.php.

Referenced by eZScript\getOptions().

$useDebugAccumulators = false

Definition at line 95 of file updatecontentobjectname.php.

Referenced by eZFatalError(), and eZScript\getOptions().

$useDebugTimingpoints = false

Definition at line 96 of file updatecontentobjectname.php.

Referenced by eZFatalError(), and eZScript\getOptions().

$useIncludeFiles = false

Definition at line 97 of file updatecontentobjectname.php.

Referenced by eZScript\getOptions(), and eZScript\setUseIncludeFiles().

$useLogFiles = false

Definition at line 100 of file updatecontentobjectname.php.

Referenced by eZScript\updateDebugSettings().

$webOutput = $cli->isWebOutput()

Definition at line 48 of file updatecontentobjectname.php.

Referenced by eZCLI\eZCLI(), eZFatalError(), and eZScript\shutdown().