|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| if(!is_numeric($offset)) if($ViewMode!= 'all'&&$ViewMode!= 'invalid'&&$ViewMode!= 'valid') if($Module-> isCurrentAction( 'SetValid')) else if($Module-> isCurrentAction( 'SetInvalid')) if($ViewMode== 'all') elseif($ViewMode== 'valid') elseif($ViewMode== 'invalid') | $list = eZURL::fetchList( $listParameters ) |
| $listCount = eZURL::fetchListCount( $countParameters ) | |
| $Module = $Params['Module'] | |
| $Result = array() | |
| $Result ['content'] = $tpl->fetch( "design:url/list.tpl" ) | |
| $Result ['path'] | |
| $tpl = eZTemplate::factory() | |
| $ViewMode = $Params['ViewMode'] | |
| $viewParameters = array( 'offset' => $offset, 'limit' => $limit ) | |
| if (!is_numeric($offset)) if ($ViewMode!= 'all'&&$ViewMode!= 'invalid'&&$ViewMode!= 'valid') if ($Module->isCurrentAction( 'SetValid')) else if ($Module->isCurrentAction( 'SetInvalid')) if ($ViewMode== 'all') elseif ($ViewMode== 'valid') elseif ($ViewMode== 'invalid') $list = eZURL::fetchList( $listParameters ) |
Definition at line 79 of file url/list.php.
Referenced by eZPHPCreator\addVariableUnsetList(), eZCodePage\codepageList(), eZPackage\createDependencyTree(), eZPackage\createInstallTree(), eZPackageCreationHandler\creatorLimitationList(), eZPackageCreationHandler\creatorList(), eZContentLanguage\decodeLanguageMask(), eZCollaborationViewHandler\exists(), eZCodeMapper\extractUnicodeValue(), eZWorkflow\fetchEventCount(), eZWorkflow\fetchEventCountByWorkflowID(), eZWorkflow\fetchEventIndexed(), eZContentClass\fetchGroupIDList(), eZURLFunctionCollection\fetchList(), eZNavigationPart\fetchList(), eZCollaborationItemHandler\fetchList(), eZWorkflow\fetchListCount(), eZUserFunctionCollection\fetchLoggedInList(), eZUser\fetchLoggedInList(), eZUserFunctionCollection\fetchLoggedInUsers(), eZPackageFunctionCollection\fetchMaintainerRoleList(), eZOrderStatus\fetchMap(), eZShopFunctionCollection\fetchOrderStatusHistory(), eZCollaborationItemParticipantLink\fetchParticipantMap(), eZPackageFunctionCollection\fetchRepositoryList(), eZFS2FileHandler\fileDelete(), eZFSFileHandler\fileDelete(), eZContentObjectTreeNode\getParentNodeIdListByContentObjectID(), eZCollaborationViewHandler\groupExists(), eZWorkflow\ingroupIDList(), eZStepCreateSites\initializePackage(), eZLintSchema\lintCheckSchema(), eZContentObject\mainParentNodeID(), eZURLAliasQuery\makeList(), eZImageManager\mimeTypeSetting(), eZCodeMapper\ordinalValues(), eZFS2FileHandler\purge(), eZFSFileHandler\purge(), removeSelectedGroups(), eZContentBrowse\result(), and Cpdf\selectFont().
| $listCount = eZURL::fetchListCount( $countParameters ) |
Definition at line 80 of file url/list.php.
Referenced by eZURLFunctionCollection\fetchListCount().
| $Module = $Params['Module'] |
Definition at line 9 of file url/list.php.
| $Result = array() |
Definition at line 92 of file url/list.php.
| $Result['content'] = $tpl->fetch( "design:url/list.tpl" ) |
Definition at line 93 of file url/list.php.
| $Result['path'] |
array( array( 'url' => false, 'text' => ezpI18n::tr( 'kernel/url', 'URL' ) ), array( 'url' => false, 'text' => ezpI18n::tr( 'kernel/url', 'List' ) ) )
Definition at line 94 of file url/list.php.
| $tpl = eZTemplate::factory() |
Definition at line 85 of file url/list.php.
| $ViewMode = $Params['ViewMode'] |
Definition at line 10 of file url/list.php.