Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
SimplePie_Decode_HTML_Entities ($data) | |
parse () | |
consume () | |
consume_range ($chars) | |
unconsume () | |
entity () |
Attributs publics | |
$data = '' | |
$consumed = '' | |
$position = 0 |
Définition à la ligne 11376 du fichier simplepie.php.
SimplePie_Decode_HTML_Entities::consume | ( | ) |
Consume the next byte
private
Définition à la ligne 11436 du fichier simplepie.php.
SimplePie_Decode_HTML_Entities::consume_range | ( | $chars | ) |
Consume a range of characters
private
string | $chars | Characters to consume |
Définition à la ligne 11456 du fichier simplepie.php.
SimplePie_Decode_HTML_Entities::entity | ( | ) |
Decode an entity
private
Définition à la ligne 11487 du fichier simplepie.php.
Références SimplePie_Misc\codepoint_to_utf8().
SimplePie_Decode_HTML_Entities::parse | ( | ) |
Parse the input data
public
Définition à la ligne 11419 du fichier simplepie.php.
SimplePie_Decode_HTML_Entities::SimplePie_Decode_HTML_Entities | ( | $data | ) |
Create an instance of the class with the input data
public
string | $data | Input data |
Définition à la ligne 11408 du fichier simplepie.php.
SimplePie_Decode_HTML_Entities::unconsume | ( | ) |
Unconsume one byte
private
Définition à la ligne 11476 du fichier simplepie.php.
SimplePie_Decode_HTML_Entities::$consumed = '' |
Définition à la ligne 11392 du fichier simplepie.php.
SimplePie_Decode_HTML_Entities::$data = '' |
Définition à la ligne 11384 du fichier simplepie.php.
SimplePie_Decode_HTML_Entities::$position = 0 |
Définition à la ligne 11400 du fichier simplepie.php.