[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 157 lignes (5 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
TokenSource:: (6 méthodes):
load()
getTokens()
configureTokenReader()
setClassname()
getClassname()
createParam()
Classe: TokenSource - X-Ref
A parameter is composed of a name, type and value.load() X-Ref |
This method is called to load the sources from the reader into the buffer of the source. |
getTokens() X-Ref |
This function uses the wrapper to read the tokens and then returns them. |
configureTokenReader(TokenReader $reader) X-Ref |
Configures a TokenReader with the parameters passed to the TokenSource. param: TokenReader $reader |
setClassname($c) X-Ref |
Set the classname (dot-path) to use for handling token replacement. param: string $c |
getClassname() X-Ref |
Returns the qualified classname (dot-path) to use for handling token replacement. return: string |
createParam() X-Ref |
Create nested <param> tag. Uses standard name/value Parameter class. return: Parameter |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |