This is the code documentation for the Pelzini project
Search documentation |
file /processor/functions.phpNamespace: processor Available since: Useful functions AuthorsFunctionsGets all the filenames in a directory and in the subdirectories Does processing on a single HTML tag, as provided by a regex in htmlify_text This will take the provided text, and turn it into HTML If it contains HTML, it will validate it, otherwise it will wrap everything in a PRE This function also removes extra spaces from the beginning of lines but will do so in a manner that indenting is preserved Outputs a status message Parses a DocBlock comment tag Accepts the raw comment text of the comment straight from the file, including all the stars in the middle Returns an array of tags. Each paremeter will contain an array of the tags that existed, one for each tag The summary is returned in a 'summary' tag. The output for a function with two param tags, a return tag and a summary will be something like the following: array { ['@summary'] = '...', ['@param'] { [0] = '...', [1] = '...' }, ['@return'] { [0] = '...', } } Processes the parsing of an individual tag Automatically loads the classes that are needed Processes the javadoc tags for a specific parser item |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Thursday, 15th March, 2018 at 02:05 pm |