|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Classes | |
| class | Auth_Yadis_XMLParser |
| class | Auth_Yadis_domxml |
| class | Auth_Yadis_dom |
Namespaces | |
| namespace | OpenID |
Functions | |
| Auth_Yadis_setDefaultParser (&$parser) | |
| Auth_Yadis_getSupportedExtensions () | |
| & | Auth_Yadis_getXMLParser () |
Variables | |
| global | $__Auth_Yadis_defaultParser = null |
| Auth_Yadis_getSupportedExtensions | ( | ) |
Definition at line 319 of file XML.php.
Referenced by Auth_Yadis_getXMLParser().
| & Auth_Yadis_getXMLParser | ( | ) |
Returns an instance of a Auth_Yadis_XMLParser subclass based on the availability of PHP extensions for XML parsing. If Auth_Yadis_setDefaultParser has been called, the parser used in that call will be returned instead.
Definition at line 335 of file XML.php.
References $__Auth_Yadis_defaultParser, Auth_Yadis_getSupportedExtensions(), and Auth_Yadis_setDefaultParser().
Referenced by Auth_Yadis_XRDS\parseXRDS().
| Auth_Yadis_setDefaultParser | ( | &$ | parser | ) |
Set a default parser to override the extension-driven selection of available parser classes. This is helpful in a test environment or one in which multiple parsers can be used but one is more desirable.
| Auth_Yadis_XMLParser | $parser | An instance of a Auth_Yadis_XMLParser subclass. |
Definition at line 313 of file XML.php.
References $__Auth_Yadis_defaultParser.
Referenced by Auth_Yadis_getXMLParser().
| $__Auth_Yadis_defaultParser = null |
Definition at line 301 of file XML.php.
Referenced by Auth_Yadis_getXMLParser(), and Auth_Yadis_setDefaultParser().
1.7.5.1