Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe WeblinksControllerWeblink
+ Graphe d'héritage de WeblinksControllerWeblink:
+ Graphe de collaboration de WeblinksControllerWeblink:

Liste de tous les membres

Fonctions membres publiques

 batch ($model=null)
 add ()
 cancel ($key= 'w_id')
 edit ($key=null, $urlVar= 'w_id')
 getModel ($name= 'form', $prefix= '', $config=array('ignore_request'=> true))
 save ($key=null, $urlVar= 'w_id')
 go ()
- Fonctions membres publiques inherited from JControllerForm
 __construct ($config=array())
- Fonctions membres publiques inherited from JController
 addViewPath ($path)
 authorize ($task)
 authorise ($task)
 display ($cachable=false, $urlparams=false)
 execute ($task)
 getName ()
 getTask ()
 getTasks ()
 getView ($name= '', $type= '', $prefix= '', $config=array())
 redirect ()
 registerDefaultTask ($method)
 registerTask ($task, $method)
 unregisterTask ($task)
 setAccessControl ($section, $value=null)
 setMessage ($text, $type= 'message')
 setRedirect ($url, $msg=null, $type=null)
- Fonctions membres publiques inherited from JObject
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Fonctions membres protégées

 allowAdd ($data=array())
 allowEdit ($data=array(), $key= 'id')
 allowAdd ($data=array())
 allowEdit ($data=array(), $key= 'id')
 getRedirectToItemAppend ($recordId=null, $urlVar=null)
 getReturnPage ()
 postSaveHook (JModel &$model, $validData=array())
- Fonctions membres protégées inherited from JControllerForm
 allowSave ($data, $key= 'id')
 getRedirectToListAppend ()
- Fonctions membres protégées inherited from JController
 addPath ($type, $path)
 checkEditId ($context, $id)
 createModel ($name, $prefix= '', $config=array())
 createView ($name, $prefix= '', $type= '', $config=array())
 holdEditId ($context, $id)
 releaseEditId ($context, $id)
 setPath ($type, $path)

Attributs protégés

 $view_item = 'form'
 $view_list = 'categories'
- Attributs protégés inherited from JControllerForm
 $context
 $option
 $text_prefix
- Attributs protégés inherited from JController
 $_acoSection
 $_acoSectionValue
 $basePath
 $default_view
 $doTask
 $message
 $messageType
 $methods
 $name
 $model_prefix
 $paths
 $redirect
 $task
 $taskMap
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

WeblinksControllerWeblink::add ( )

Method to add a new record.

Renvoie:
boolean True if the article can be added, false if not.
Depuis:
1.6

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

WeblinksControllerWeblink::allowAdd (   $data = array())
protected

Method override to check if you can add a new record.

Paramètres:
array$dataAn array of input data.
Renvoie:
boolean
Depuis:
1.6

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

Références $data, $user, JRequest\getInt(), JFactory\getUser(), JArrayHelper\getValue(), et null.

+ Voici le graphe d'appel pour cette fonction :

WeblinksControllerWeblink::allowAdd (   $data = array())
protected

Method override to check if you can add a new record.

Paramètres:
array$dataAn array of input data.
Renvoie:
boolean
Depuis:
1.6

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

Références $data, $user, JRequest\getInt(), JFactory\getUser(), JArrayHelper\getValue(), et null.

+ Voici le graphe d'appel pour cette fonction :

WeblinksControllerWeblink::allowEdit (   $data = array(),
  $key = 'id' 
)
protected

Method to check if you can add a new record.

Paramètres:
array$dataAn array of input data.
string$keyThe name of the key for the primary key.
Renvoie:
boolean
Depuis:
1.6

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

Références $data, $key, et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

WeblinksControllerWeblink::allowEdit (   $data = array(),
  $key = 'id' 
)
protected

Method to check if you can add a new record.

Paramètres:
array$dataAn array of input data.
string$keyThe name of the key for the primary key.
Renvoie:
boolean
Depuis:
1.6

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

Références $data, $key, et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

WeblinksControllerWeblink::batch (   $model = null)

Method to run batch operations.

Paramètres:
object$modelThe model.
Renvoie:
boolean True if successful, false otherwise and internal error is set.
Depuis:
1.7

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

Références JRoute\_(), JText\_(), JSession\checkToken(), et jexit().

+ Voici le graphe d'appel pour cette fonction :

WeblinksControllerWeblink::cancel (   $key = 'w_id')

Method to cancel an edit.

Paramètres:
string$keyThe name of the primary key of the URL variable.
Renvoie:
Boolean True if access level checks pass, false otherwise.
Depuis:
1.6

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

Références $key.

WeblinksControllerWeblink::edit (   $key = null,
  $urlVar = 'w_id' 
)

Method to edit an existing record.

Paramètres:
string$keyThe name of the primary key of the URL variable.
string$urlVarThe name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
Renvoie:
Boolean True if access level check and checkout passes, false otherwise.
Depuis:
1.6

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

Références $key.

WeblinksControllerWeblink::getModel (   $name = 'form',
  $prefix = '',
  $config = array('ignore_request' => true) 
)

Method to get a model object, loading it if required.

Paramètres:
string$nameThe model name. Optional.
string$prefixThe class prefix. Optional.
array$configConfiguration array for model. Optional.
Renvoie:
object The model.
Depuis:
1.5

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

Références $config, et $name.

WeblinksControllerWeblink::getRedirectToItemAppend (   $recordId = null,
  $urlVar = null 
)
protected

Gets the URL arguments to append to an item redirect.

Paramètres:
int$recordIdThe primary key id for the item.
string$urlVarThe name of the URL variable for the id.
Renvoie:
string The arguments to append to the redirect URL.
Depuis:
1.6

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

Références $itemId, $return, et JRequest\getInt().

+ Voici le graphe d'appel pour cette fonction :

WeblinksControllerWeblink::getReturnPage ( )
protected

Get the return URL.

If a "return" variable has been passed in the request

Renvoie:
string The return URL.
Depuis:
1.6

Références $return, JURI\base(), JRequest\getVar(), et null.

+ Voici le graphe d'appel pour cette fonction :

WeblinksControllerWeblink::go ( )

Go to a weblink

Renvoie:
void
Depuis:
1.6

Références $category, $id, $link, $user, JText\_(), JFactory\getApplication(), JRequest\getInt(), JFactory\getUser(), JError\raiseError(), et JError\raiseWarning().

+ Voici le graphe d'appel pour cette fonction :

WeblinksControllerWeblink::postSaveHook ( JModel $model,
  $validData = array() 
)
protected

Function that allows child controller access to model data after the data has been saved.

Paramètres:
JModel$modelThe data model object.
array$validDataThe validated data.
Renvoie:
void
Depuis:
1.6

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

Références $task, et JRoute\_().

+ Voici le graphe d'appel pour cette fonction :

WeblinksControllerWeblink::save (   $key = null,
  $urlVar = 'w_id' 
)

Method to save a record.

Paramètres:
string$keyThe name of the primary key of the URL variable.
string$urlVarThe name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
Renvoie:
Boolean True if successful, false otherwise.
Depuis:
1.6

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

Références $key.


Documentation des données membres

WeblinksControllerWeblink::$view_item = 'form'
protected
Depuis:
1.6

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

WeblinksControllerWeblink::$view_list = 'categories'
protected
Depuis:
1.6

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


La documentation de cette classe a été générée à partir des fichiers suivants :