Index for BeastBytes\CodPhp
Classes
| Class | Description |
|---|---|
| BeastBytes\CodPhp\CodPhp | CodPhp application runner for Symfony Console |
| BeastBytes\CodPhp\Command\CodPhp | CodPhp Symfony Console command. |
| BeastBytes\CodPhp\Config | Configuration object |
| BeastBytes\CodPhp\Element\ClassConstantElement | Represents a Class Constant structural element. |
| BeastBytes\CodPhp\Element\ClassElement | Represents a Class structural element. |
| BeastBytes\CodPhp\Element\Element | Base class for all structural elements. |
| BeastBytes\CodPhp\Element\EnumCaseElement | Represents an EnumBackedCase or EnumUnitCase structural element. |
| BeastBytes\CodPhp\Element\EnumElement | Represents an Enum structural element. |
| BeastBytes\CodPhp\Element\InterfaceElement | Represents an Interface structural element. |
| BeastBytes\CodPhp\Element\InvalidTagException | |
| BeastBytes\CodPhp\Element\MethodElement | Represents a Method structural element. |
| BeastBytes\CodPhp\Element\ObjectElement | Abstract class for object - class, enum, interface, and trait - structural elements. |
| BeastBytes\CodPhp\Element\ParameterElement | Represents a Parameter structural element. |
| BeastBytes\CodPhp\Element\PropertyElement | Represents a Property structural element. |
| BeastBytes\CodPhp\Element\TraitElement | Represents a trait structural element. |
| BeastBytes\CodPhp\Error\Collection | Collection of Error objects. |
| BeastBytes\CodPhp\Error\Error | Represents a structural element documentation error. |
| BeastBytes\CodPhp\Parser | Creates an array of ObjectElements from the given files. |
| BeastBytes\CodPhp\Renderer\PhpTemplateRenderer | Renders PHP templates. |
| BeastBytes\CodPhp\Renderer\RenderFailedException | Exception thrown if the rendering of a template fails. |
| BeastBytes\CodPhp\Util\Link | Immutable data object that normalises phpDocumentor Link and See tags. |
| BeastBytes\CodPhp\Writer\Markdown\Helpers | Static helper functions for the writer. |
| BeastBytes\CodPhp\Writer\Markdown\VitePress\Writer | Writer that generates documentation in Markdown format and configuration for use with the VitePress static site generator. |
| BeastBytes\CodPhp\Writer\Markdown\Writer | Abstract Writer that generates documentation in Markdown format. |
| BeastBytes\CodPhp\Writer\OutputFileNotWrittenException | Exception thrown if writing an output file fails. |
| BeastBytes\CodPhp\Writer\TemplateNotFoundException | Exception thrown if a template cannot be found. |
| BeastBytes\CodPhp\Writer\Writer | Base Writer class that provides properties and methods common to all concrete Writer classes. |
Interfaces
| Interface | Description |
|---|---|
| BeastBytes\CodPhp\Renderer\TemplateRendererInterface | Interface for template renderers. |
| BeastBytes\CodPhp\Writer\WriterInterface | An interface for Writer classes. |
Traits
| Trait | Description |
|---|---|
| BeastBytes\CodPhp\Element\DeclaringClassTrait | Provides the declaring class of an element. |
| BeastBytes\CodPhp\Element\DefaultValueTrait | Provides the string representation of the default value of a parameter or property element. |
| BeastBytes\CodPhp\Element\ModifierTrait | Provides element modifiers, e.g. visibility, readonly, static, etc. |
| BeastBytes\CodPhp\Element\PropertyTrait | Provides information about and the properties of an element. |
| BeastBytes\CodPhp\Element\ThrowsTrait | Provides information about and the exceptions thrown by an element. |
| BeastBytes\CodPhp\Element\TypeTrait | Provides information about and the type of a parameter or property. |
Enums
| Enum | Description |
|---|---|
| BeastBytes\CodPhp\Element\Visibility | PHP visibility. |
| BeastBytes\CodPhp\Error\ErrorLevel | Used to define the maximum error reporting level. |
| BeastBytes\CodPhp\InheritanceLevel | Inheritance level of methods and properties included in elements. |
| BeastBytes\CodPhp\Type\Extensions\CompressionAndArchive | Links to PHP Compression and Archive extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\Cryptography | Links to PHP Cryptography extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\DateTime | Links to PHP DateTime extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\FileSystem | Links to PHP File System extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\Gui | Links to PHP Gui extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\HumanLanguage | Links to PHP Human Language extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\ImageProcessingAndGeneration | Links to PHP Image Processing and Generation extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\Mail | Links to PHP Mail extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\Mathematical | Links to PHP type documentation. |
| BeastBytes\CodPhp\Type\Extensions\NonTextMime | Links to PHP Non-Text Mime extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\OtherBasicExtensions | Links to PHP Other Basic extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\OtherServices | Links to PHP Other Services extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\Php | Links to PHP PHP extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\ProcessControl | Links to PHP Process Control extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\SearchEngine | Links to PHP Search Engine extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\Sessions | Links to PHP Sessions extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\TextProcessing | Links to PHP Text Processing extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\VariableAndType | Links to PHP Variable and Type extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\WebServices | Links to PHP Web Services extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\WindowsOnly | Links to PHP Windows only extensions documentation. |
| BeastBytes\CodPhp\Type\Extensions\Xml | Links to PHP XML extensions documentation. |
| BeastBytes\CodPhp\Type\Language | Language codes for use when generating links to PHP types |
| BeastBytes\CodPhp\Type\PhpType | Links to PHP type documentation. |
Generated by CodPhp