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 plgSearchWeblinks
+ Graphe d'héritage de plgSearchWeblinks:
+ Graphe de collaboration de plgSearchWeblinks:

Liste de tous les membres

Fonctions membres publiques

 __construct (&$subject, $config)
 onContentSearchAreas ()
 onContentSearch ($text, $phrase='', $ordering='', $areas=null)
- Fonctions membres publiques inherited from JPlugin
 loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR)
- Fonctions membres publiques inherited from JEvent
 __construct (&$subject)
 update (&$args)
- Fonctions membres publiques inherited from JObject
 __construct ($properties=null)
 __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 ()

Additional Inherited Members

- Attributs publics inherited from JPlugin
 $params = null
- Attributs protégés inherited from JPlugin
 $_name = null
 $_type = null
- Attributs protégés inherited from JEvent
 $_subject = null
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des constructeurs et destructeur

plgSearchWeblinks::__construct ( $subject,
  $config 
)

Constructor

protected

Paramètres:
object$subjectThe object to observe
array$configAn array that holds the plugin configuration
Depuis:
1.5

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

Références $config.


Documentation des fonctions membres

plgSearchWeblinks::onContentSearch (   $text,
  $phrase = '',
  $ordering = '',
  $areas = null 
)

Weblink Search method

The sql must return the following fields that are used in a common display routine: href, title, section, created, text, browsernav

Paramètres:
stringTarget search string
stringmathcing option, exact|any|all
stringordering option, newest|oldest|popular|alpha|category
mixedAn array if the search it to be restricted to areas, null if search all

Références $app, $db, $key, $limit, $ordering, $query, $return, $row, $state, $tag, $text, $user, JText\_(), JFactory\getApplication(), JFactory\getDbo(), JFactory\getLanguage(), JFactory\getUser(), et WeblinksHelperRoute\getWeblinkRoute().

+ Voici le graphe d'appel pour cette fonction :

plgSearchWeblinks::onContentSearchAreas ( )
Renvoie:
array An array of search areas

La documentation de cette classe a été générée à partir du fichier suivant :