Documentation TYPO3 par Ameos |
Public Member Functions | |
returnWebmounts ($pClause='') | |
ext_non_readAccessPages () | |
user_where_clause () | |
ext_printOverview ($uInfo, $compareFlags, $printTrees=0) | |
ext_getReadableButNonmounted () | |
ext_printPerms ($int) | |
ext_groupPerms ($row, $firstGroup) | |
ext_compileUserInfoForHash ($filter=NULL) | |
ext_uniqueAndSortList ($list) | |
ext_ksortArrayRecursive (&$arr) | |
ext_workspaceMembership () | |
Public Attributes | |
$ext_pageIdsFromMounts = '' | |
$ext_non_readAccessPageArray = array() |
Definition at line 497 of file index.php.
|
Creates uInfo array for the user.
Definition at line 911 of file index.php. References ext_ksortArrayRecursive(), ext_uniqueAndSortList(), ext_workspaceMembership(), and t3lib_div::makeInstance(). |
|
Get HTML code for the pages which were mounted, but NOT readable!
Definition at line 842 of file index.php. References t3lib_BEfunc::getGroupNames(), t3lib_iconWorks::getIconImage(), t3lib_BEfunc::getUserNames(), t3lib_extMgm::isLoaded(), and t3lib_div::makeInstanceClassName(). |
|
returns the permissions for a group based of the perms_groupid of $row. If the $row[perms_groupid] equals the $firstGroup[uid] then the function returns perms_everybody OR'ed with perms_group, else just perms_everybody
|
|
Key sort input array recursively.
Definition at line 1025 of file index.php. Referenced by ext_compileUserInfoForHash(). |
|
Based on the content of ->ext_non_readAccessPageArray (see returnWebmounts()) it generates visually formatted information about these non-readable mounts.
Definition at line 533 of file index.php. References t3lib_BEfunc::getRecordPath(). Referenced by ext_printOverview(). |
|
Creates the overview information based on which analysis topics were selected.
Definition at line 568 of file index.php. References ext_non_readAccessPages(), ext_workspaceMembership(), t3lib_BEfunc::getExplicitAuthFieldValues(), t3lib_BEfunc::getLabelFromItemlist(), t3lib_BEfunc::getProcessedValue(), t3lib_BEfunc::getRecord(), t3lib_BEfunc::getSystemLanguages(), t3lib_userAuthGroup::isAdmin(), t3lib_div::loadTCA(), t3lib_div::makeInstance(), t3lib_div::makeInstanceClassName(), t3lib_userAuthGroup::returnFilemounts(), t3lib_userAuthGroup::returnWebmounts(), and t3lib_iconWorks::skinImg(). |
|
Print a set of permissions
|
|
Sorts a commalist of values and removes duplicates.
Definition at line 1011 of file index.php. References t3lib_div::trimExplode(). Referenced by ext_compileUserInfoForHash(). |
|
[Describe function...]
Definition at line 1038 of file index.php. References t3lib_userAuthGroup::checkWorkspace(), t3lib_BEfunc::deleteClause(), t3lib_div::intExplode(), and t3lib_userAuthGroup::isInWebMount(). Referenced by ext_compileUserInfoForHash(), and ext_printOverview(). |
|
Returns an array of the webmounts for the user, with non-readable webmounts filtered out. If there are non-readable webmounts they are registered in $this->ext_non_readAccessPageArray (Extending function in parent class)
Definition at line 509 of file index.php. References t3lib_userAuth::$id, t3lib_userAuthGroup::getPagePermsClause(), and t3lib_BEfunc::getRecord(). |
|
This returns the where-clause needed to select the user with respect flags like deleted, hidden, starttime, endtime
Reimplemented from t3lib_userAuth. |