Maslosoft Zamm API
Namespace Maslosoft\Zamm
Namespaces summary
Classes summary
ApiUrl | Api Url generator |
Capture | Capture part of php code for later use. This is intended for parts of code which should be evaluated, for instance for HTML widgets. |
ClassIterator | |
DocBlock | DocBlock |
Ignore | Ignore documentation code fragments. Some parts of documentation can contain php code snippets. This would be processed by Zamm. Use this class to ignore those parts. |
Iterator | Iterator |
Namer | This simply return names of methods and properties. This is helper for IDE's. Use this together with @var type hint. |
ShortNamer | This simply return names of methods and properties, without class name or short class name. This is helper for IDE's. Use this together with @var type hint. |
Source | Source extractor for code fragments. This class extracts source code for specified code elements. |
Zamm | Zamm: PHP Doc extractor for code fragments This class allows extracting code fragments into documentation. It is designed to be IDE friendly. It should autocomplete and automatically reflect code refactors if properly used. This documentation is also processed with Zamm. |