Download the PHP package darkdarin/php-entity-renderer without Composer
On this page you can find all versions of the php package darkdarin/php-entity-renderer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download darkdarin/php-entity-renderer
More information about darkdarin/php-entity-renderer
Files in darkdarin/php-entity-renderer
Package php-entity-renderer
Short Description Renderer helpers to make PHP code for classes, interfaces, traits and enums
License BSD-3-Clause
Informations about the package php-entity-renderer
php-entity-renderer
Renderer helpers to make PHP code for classes, interfaces, traits and enums
Install
Usage
Each renderer has method render
, which generates a text representation of the entity.
This method need one parameter - DarkDarin\PhpEntityRenderer\EntityAliases
.
This object stores of collection of all usage aliases (of classes, enums, interfaces, traits)
that are used within the current entity scope.
Also, same renderers have renderDocBlock
method, which generate a text representation of the
entity for DocBlock.
Renderers with renderDocBlock
method:
- All type renderers (
ArrayTypeRenderer
,BuiltinTypeRenderer
,ClassTypeRenderer
,IntersectTypeRenderer
,NullableTypeRenderer
,UnionTypeRenderer
) ParameterRenderer
PropertyRenderer
Type Renderers
Renderers for generate correct types. All types have methods:
BuiltinTypeRenderer
ClassTypeRenderer
ArrayTypeRenderer
NullableTypeRenderer
IntersectTypeRenderer
UnionTypeRenderer
Entity Renderers
Renderers for generate entities
Same entity renderers have special methods for set different modifiers.
Inheritance Modifier
Can be used in:
ClassRenderer
MethodRenderer
Readonly Modifier
Can be used in:
ClassRenderer
ParameterRenderer
PropertyRenderer
Visibility Modifier
Can be used in:
MethodRenderer
ParameterRenderer
PropertyRenderer
ConstantRenderer
Static Modifiers
Can be used in:
MethodRenderer