Solutions Open Source

Référence de la classe t3lib_tsfeBeUserAuth

Graphe d'héritage de t3lib_tsfeBeUserAuth:

Inheritance graph
[légende]
Graphe de collaboration de t3lib_tsfeBeUserAuth:

Collaboration graph
[légende]

Liste de tous les membres

Fonctions membres publiques

 extInitFeAdmin ()
 extPrintFeAdminDialog ()
 extPrintFeAdminDialogHiddenFields ($key, &$val)
 extGetCategory_preview ($out='')
 extGetCategory_cache ($out='')
 extGetCategory_publish ($out='')
 extGetCategory_edit ($out='')
 extGetCategory_tsdebug ($out='')
 extGetCategory_info ($out='')
 extGetHead ($pre)
 extItemLink ($pre, $str)
 extGetItem ($pre, $element)
 extFw ($str)
 ext_makeToolBar ()
 checkBackendAccessSettingsFromInitPhp ()
 extPageReadAccess ($pageRec)
 extAdmModuleEnabled ($key)
 extSaveFeAdminConfig ()
 extGetFeAdminValue ($pre, $val='')
 extIsAdmMenuOpen ($pre)
 extGetTreeList ($id, $depth, $begin=0, $perms_clause)
 extGetNumberOfCachedPages ($page_id)
 extGetLL ($key)
 extIsEditAction ()
 extIsFormShown ()
 extEditAction ()

Attributs publics

 $formfield_uname = ''
 $formfield_uident = ''
 $formfield_chalvalue = ''
 $security_level = ''
 $writeStdLog = 0
 $writeAttemptLog = 0
 $auth_include = ''
 $extNeedUpdate = 0
 $extPublishList = ''
 $extPageInTreeInfo = array()
 $ext_forcePreview = 0
 $langSplitIndex = 0
 $extAdmEnabled = 0


Documentation des fonctions membres

t3lib_tsfeBeUserAuth::extInitFeAdmin (  ) 

Initialize the usage of Admin Panel. Called from index_ts.php if a backend users is correctly logged in. Sets $this->extAdminConfig to the "admPanel" config for the user and $this->extAdmEnabled = 1 IF access is enabled.

Renvoie:
void

t3lib_tsfeBeUserAuth::extPrintFeAdminDialog (  ) 

Creates and returns the HTML code for the Admin Panel in the TSFE frontend. Called from index_ts.php - in the end of the script

Renvoie:
string HTML for the Admin Panel
Voir également:
index_ts.php

t3lib_tsfeBeUserAuth::extPrintFeAdminDialogHiddenFields ( key,
&$  val 
)

Fetches recursively all GET parameters as hidden fields. Called from extPrintFeAdminDialog.

Paramètres:
string current key
mixed current value
Renvoie:
string hidden fields
Voir également:
extPrintFeAdminDialog()

t3lib_tsfeBeUserAuth::extGetCategory_preview ( out = ''  ) 

Creates the content for the "preview" section ("module") of the Admin Panel

Paramètres:
string Optional start-value; The generated content is added to this variable.
Renvoie:
string HTML content for the section. Consists of a string with table-rows with four columns.
Voir également:
extPrintFeAdminDialog()

t3lib_tsfeBeUserAuth::extGetCategory_cache ( out = ''  ) 

Creates the content for the "cache" section ("module") of the Admin Panel

Paramètres:
string Optional start-value; The generated content is added to this variable.
Renvoie:
string HTML content for the section. Consists of a string with table-rows with four columns.
Voir également:
extPrintFeAdminDialog()

t3lib_tsfeBeUserAuth::extGetCategory_publish ( out = ''  ) 

Creates the content for the "publish" section ("module") of the Admin Panel

Paramètres:
string Optional start-value; The generated content is added to this variable.
Renvoie:
string HTML content for the section. Consists of a string with table-rows with four columns.
Voir également:
extPrintFeAdminDialog()

t3lib_tsfeBeUserAuth::extGetCategory_edit ( out = ''  ) 

Creates the content for the "edit" section ("module") of the Admin Panel

Paramètres:
string Optional start-value; The generated content is added to this variable.
Renvoie:
string HTML content for the section. Consists of a string with table-rows with four columns.
Voir également:
extPrintFeAdminDialog()

t3lib_tsfeBeUserAuth::extGetCategory_tsdebug ( out = ''  ) 

Creates the content for the "tsdebug" section ("module") of the Admin Panel

Paramètres:
string Optional start-value; The generated content is added to this variable.
Renvoie:
string HTML content for the section. Consists of a string with table-rows with four columns.
Voir également:
extPrintFeAdminDialog()

t3lib_tsfeBeUserAuth::extGetCategory_info ( out = ''  ) 

Creates the content for the "info" section ("module") of the Admin Panel

Paramètres:
string Optional start-value; The generated content is added to this variable.
Renvoie:
string HTML content for the section. Consists of a string with table-rows with four columns.
Voir également:
extPrintFeAdminDialog()

t3lib_tsfeBeUserAuth::extGetHead ( pre  ) 

Returns a row (with colspan=4) which is a header for a section in the Admin Panel. It will have a plus/minus icon and a label which is linked so that it submits the form which surrounds the whole Admin Panel when clicked, alterting the TSFE_ADMIN_PANEL[display_'.$pre.'] value See the functions extGetCategory_*

Paramètres:
string The suffix to the display_ label. Also selects the label from the LOCAL_LANG array.
Renvoie:
string HTML table row. private
Voir également:
extGetItem()

t3lib_tsfeBeUserAuth::extItemLink ( pre,
str 
)

Wraps a string in a link which will open/close a certain part of the Admin Panel

Paramètres:
string The code for the display_ label/key
string Input string
Renvoie:
string Linked input string private
Voir également:
extGetHead()

t3lib_tsfeBeUserAuth::extGetItem ( pre,
element 
)

Returns a row (with 4 columns) for content in a section of the Admin Panel. It will take $pre as a key to a label to display and $element as the content to put into the forth cell.

Paramètres:
string Key to label
string The HTML content for the forth table cell.
Renvoie:
string HTML table row. private
Voir également:
extGetHead()

t3lib_tsfeBeUserAuth::extFw ( str  ) 

Wraps a string in a font-tag with verdana, size 1 and black

Paramètres:
string The string to wrap
Renvoie:
string

t3lib_tsfeBeUserAuth::ext_makeToolBar (  ) 

Creates the tool bar links for the "edit" section of the Admin Panel.

Renvoie:
string A string containing images wrapped in -tags linking them to proper functions.

t3lib_tsfeBeUserAuth::checkBackendAccessSettingsFromInitPhp (  ) 

Implementing the access checks that the typo3/init.php script does before a user is ever logged in. Used in the frontend.

Renvoie:
boolean Returns true if access is OK
Voir également:
typo3/init.php, t3lib_beuserauth::backendCheckLogin()

t3lib_tsfeBeUserAuth::extPageReadAccess ( pageRec  ) 

Evaluates if the Backend User has read access to the input page record. The evaluation is based on both read-permission and whether the page is found in one of the users webmounts. Only if both conditions are true will the function return true. Read access means that previewing is allowed etc. Used in index_ts.php

Paramètres:
array The page record to evaluate for
Renvoie:
boolean True if read access

t3lib_tsfeBeUserAuth::extAdmModuleEnabled ( key  ) 

Checks if a Admin Panel section ("module") is available for the user. If so, true is returned.

Paramètres:
string The module key, eg. "edit", "preview", "info" etc.
Renvoie:
boolean
Voir également:
extPrintFeAdminDialog()

t3lib_tsfeBeUserAuth::extSaveFeAdminConfig (  ) 

Saves any change in settings made in the Admin Panel. Called from index_ts.php right after access check for the Admin Panel

Renvoie:
void

t3lib_tsfeBeUserAuth::extGetFeAdminValue ( pre,
val = '' 
)

Returns the value for a Admin Panel setting. You must specify both the module-key and the internal setting key.

Paramètres:
string Module key
string Setting key
Renvoie:
string The setting value

t3lib_tsfeBeUserAuth::extIsAdmMenuOpen ( pre  ) 

Returns true if admin panel module is open

Paramètres:
string Module key
Renvoie:
boolean True, if the admin panel is open for the specified admin panel module key.

t3lib_tsfeBeUserAuth::extGetTreeList ( id,
depth,
begin = 0,
perms_clause 
)

Generates a list of Page-uid's from $id. List does not include $id itself The only pages excluded from the list are deleted pages.

Paramètres:
integer Start page id
integer Depth to traverse down the page tree.
integer $begin is an optional integer that determines at which level in the tree to start collecting uid's. Zero means 'start right away', 1 = 'next level and out'
string Perms clause
Renvoie:
string Returns the list with a comma in the end (if any pages selected!)

t3lib_tsfeBeUserAuth::extGetNumberOfCachedPages ( page_id  ) 

Returns the number of cached pages for a page id.

Paramètres:
integer The page id.
Renvoie:
integer The number of pages for this page in the table "cache_pages"

t3lib_tsfeBeUserAuth::extGetLL ( key  ) 

Returns the label for key, $key. If a translation for the language set in $this->uc['lang'] is found that is returned, otherwise the default value. IF the global variable $LOCAL_LANG is NOT an array (yet) then this function loads the global $LOCAL_LANG array with the content of "sysext/lang/locallang_tsfe.php" so that the values therein can be used for labels in the Admin Panel

Paramètres:
string Key for a label in the $LOCAL_LANG array of "sysext/lang/locallang_tsfe.php"
Renvoie:
string The value for the $key

t3lib_tsfeBeUserAuth::extIsEditAction (  ) 

Returns true in an edit-action is sent from the Admin Panel

Renvoie:
boolean
Voir également:
index_ts.php

t3lib_tsfeBeUserAuth::extIsFormShown (  ) 

Returns true if an edit form is shown on the page. Used from index_ts.php where a true return-value will result in classes etc. being included.

Renvoie:
boolean
Voir également:
index_ts.php

t3lib_tsfeBeUserAuth::extEditAction (  ) 

Management of the on-page frontend editing forms and edit panels. Basically taking in the data and commands and passes them on to the proper classes as they should be.

Renvoie:
void
Voir également:
index_ts.php


Documentation des données membres

t3lib_tsfeBeUserAuth::$formfield_uname = ''

Réimplémentée à partir de t3lib_beUserAuth.

t3lib_tsfeBeUserAuth::$formfield_uident = ''

Réimplémentée à partir de t3lib_beUserAuth.

t3lib_tsfeBeUserAuth::$formfield_chalvalue = ''

Réimplémentée à partir de t3lib_beUserAuth.

t3lib_tsfeBeUserAuth::$security_level = ''

Réimplémentée à partir de t3lib_beUserAuth.

t3lib_tsfeBeUserAuth::$writeStdLog = 0

Réimplémentée à partir de t3lib_beUserAuth.

t3lib_tsfeBeUserAuth::$writeAttemptLog = 0

Réimplémentée à partir de t3lib_beUserAuth.

t3lib_tsfeBeUserAuth::$auth_include = ''

Réimplémentée à partir de t3lib_beUserAuth.

t3lib_tsfeBeUserAuth::$extNeedUpdate = 0

t3lib_tsfeBeUserAuth::$extPublishList = ''

t3lib_tsfeBeUserAuth::$extPageInTreeInfo = array()

t3lib_tsfeBeUserAuth::$ext_forcePreview = 0

t3lib_tsfeBeUserAuth::$langSplitIndex = 0

t3lib_tsfeBeUserAuth::$extAdmEnabled = 0


La documentation de cette classe a été générée à partir du fichier suivant :
Généré le Fri Aug 31 11:42:59 2007 pour OBLADY - Typo3 API v4.1.2 par  doxygen 1.5.3