| [ Index ] |
PHP Cross Reference of Automap |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Francois Laupretre <automap@tekwire.net> |
| License: | http://www.apache.org/licenses/LICENSE-2.0 Apache License, V 2.0 |
| File Size: | 82 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ParserInterface:: (3 methods):
parseExtension()
parseScriptFile()
parseScript()
Interface: ParserInterface - X-Ref
| parseExtension($file) X-Ref |
| Extracts symbols from an extension param: string $file Extension name return: null |
| parseScriptFile($path) X-Ref |
| Extracts symbols from a PHP script file param: string $path File to parse return: array of symbols |
| parseScript($buf) X-Ref |
| Extracts symbols from a PHP script contained in a string param: string $buf The script to parse return: null |
| Generated: Thu Jun 4 18:32:29 2015 | Cross-referenced by PHPXref 0.7.1 |