eZ Publish  [trunk]
removeclass.php File Reference

Go to the source code of this file.

Variables

 $alreadyRemoved = array()
foreach($deleteIDArray as
$deleteID) 
$canRemove = ( $canRemoveCount > 0 )
if(!$http->hasPostVariable(
'ConfirmButton')&&!$http->
hasPostVariable( 'CancelButton')&&$GroupID!=null)
if($http->hasPostVariable("ConfirmButton"))
if($http->hasPostVariable("CancelButton")) 
$canRemoveCount = 0
 $deleteIDArray = $http->hasSessionVariable( 'DeleteClassIDArray' ) ? $http->sessionVariable( 'DeleteClassIDArray' ) : array()
 $DeleteResult = array()
 $GroupID = null
 $http = eZHTTPTool::instance()
 $Module = $Params['Module']
 $Result = array()
 $Result ['content'] = $tpl->fetch( "design:class/removeclass.tpl" )
 $Result ['path']
 $Result ['path'][]
 $tpl = eZTemplate::factory()

Variable Documentation

$alreadyRemoved = array()

Definition at line 16 of file removeclass.php.

foreach ($deleteIDArray as $deleteID) $canRemove = ( $canRemoveCount > 0 )

Definition at line 95 of file removeclass.php.

Referenced by findDependencies(), and eZContentObjectTreeNode\removeSubtrees().

if (!$http->hasPostVariable( 'ConfirmButton')&&!$http->hasPostVariable( 'CancelButton')&&$GroupID!=null) if ($http->hasPostVariable("ConfirmButton")) if ($http->hasPostVariable("CancelButton")) $canRemoveCount = 0

Definition at line 66 of file removeclass.php.

$deleteIDArray = $http->hasSessionVariable( 'DeleteClassIDArray' ) ? $http->sessionVariable( 'DeleteClassIDArray' ) : array()

Definition at line 14 of file removeclass.php.

$DeleteResult = array()

Definition at line 15 of file removeclass.php.

$GroupID = null

Definition at line 10 of file removeclass.php.

Definition at line 13 of file removeclass.php.

$Module = $Params['Module']

Definition at line 9 of file removeclass.php.

$Result = array()

Definition at line 106 of file removeclass.php.

$Result['content'] = $tpl->fetch( "design:class/removeclass.tpl" )

Definition at line 107 of file removeclass.php.

$Result['path']
Initial value:
 array( array( 'url' => '/class/grouplist/',
                                'text' => ezpI18n::tr( 'kernel/class', 'Class groups' ) ) )

Definition at line 108 of file removeclass.php.

$Result['path'][]
Initial value:
 array( 'url' => false,
                           'text' => ezpI18n::tr( 'kernel/class', 'Remove classes' ) )

Definition at line 110 of file removeclass.php.

Definition at line 98 of file removeclass.php.