Download the PHP package radebatz/property-info-extras without Composer
On this page you can find all versions of the php package radebatz/property-info-extras. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download radebatz/property-info-extras
More information about radebatz/property-info-extras
Files in radebatz/property-info-extras
Package property-info-extras
Short Description Property Info extras.
License MIT
Homepage http://radebatz.net/mano/
Informations about the package property-info-extras
Property Info Extras
Extensions for the Symfony property-info component.
- Magic class method extractor DocBlockMagicExtractor
- Support for merging results of multiple extractors where possible
Requirements
Installation
You can use Composer or simply Download the Release
Composer
The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.
Once composer is installed, execute the following command in your project root to install this library:
Usage
Radebatz\PropertyInfoExtras\Extractor\DocBlockMagicExtractor
Radebatz\PropertyInfoExtras\PropertyInfoExtraExtractor
Same as documented in The PropertyInfo Component
expect that Radebatz\PropertyInfoExtras\PropertyInfoExtraExtractor
provides the following additional xxAllxxx()
methods:
-
getAllProperties()
Total of properties reported. Order of extractors is relevant (last one wins).
-
getAllTypes()
Total of types reported. Merging is done on property level only in cases where later extractors add to the already extracted info (first one wins).
-
isAllReadable()
true
if at least one extractor returnstrue
. -
isAllWritable()
true
if at least one extractor returnstrue
.
All versions of property-info-extras with dependencies
ext-json Version *
phpunit/phpunit Version >=8.0
symfony/property-info Version ^4.3|^5.0