Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe FOFHalLink

Fonctions membres publiques

 __construct ($href, $templated=false, $name=null, $hreflang=null, $title=null)
 
 check ()
 
 __get ($name)
 
 __set ($name, $value)
 

Attributs protégés

 $_href = ''
 
 $_templated = false
 
 $_name = null
 
 $_hreflang = null
 
 $_title = null
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $href,
  $templated = false,
  $name = null,
  $hreflang = null,
  $title = null 
)

Public constructor of a FOFHalLink object

Paramètres
string$hrefSee $this->_href
boolean$templatedSee $this->_templated
string$nameSee $this->_name
string$hreflangSee $this->_hreflang
string$titleSee $this->_title
Exceptions
RuntimeExceptionIf $href is empty

Références $href, $name, et $title.

Documentation des fonctions membres

◆ __get()

__get (   $name)

Magic getter for the protected properties

Paramètres
string$nameThe name of the property to retrieve, sans the underscore
Renvoie
mixed Null will always be returned if the property doesn't exist

Références $name, et null.

◆ __set()

__set (   $name,
  $value 
)

Magic setter for the protected properties

Paramètres
string$nameThe name of the property to set, sans the underscore
mixed$valueThe value of the property to set
Renvoie
void

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

◆ check()

check ( )

Is this a valid link? Checks the existence of required fields, not their values.

Renvoie
boolean

Documentation des champs

◆ $_href

$_href = ''
protected

◆ $_hreflang

$_hreflang = null
protected

◆ $_name

$_name = null
protected

◆ $_templated

$_templated = false
protected

◆ $_title

$_title = null
protected

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