![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
__wakeup () | |
init () | |
getReaderFor ($charset) | |
Static Private Attributes | |
static | $_map = array() |
static | $_loaded = array() |
Standard factory for creating CharacterReaders.
Definition at line 16 of file SimpleCharacterReaderFactory.php.
__construct | ( | ) |
Creates a new CharacterReaderFactory.
Definition at line 35 of file SimpleCharacterReaderFactory.php.
References init().
__wakeup | ( | ) |
Definition at line 40 of file SimpleCharacterReaderFactory.php.
References init().
getReaderFor | ( | $charset | ) |
Returns a CharacterReader suitable for the charset applied.
string | $charset |
Implements Swift_CharacterReaderFactory.
Definition at line 104 of file SimpleCharacterReaderFactory.php.
init | ( | ) |
Definition at line 45 of file SimpleCharacterReaderFactory.php.
Referenced by __construct(), and __wakeup().
|
staticprivate |
Definition at line 30 of file SimpleCharacterReaderFactory.php.
|
staticprivate |
Definition at line 23 of file SimpleCharacterReaderFactory.php.