Maslosoft Addendum API
Class IgnoredAnnotation
Use this annotation to completely ignore method or property metadata. This should be used on components. This can also be used to explicitly mark that entity should be not ignored.
Examples:
Ignore field or method. ```
- Maslosoft\Addendum\Annotation implements Maslosoft\Addendum\Interfaces\AnnotationInterface uses Maslosoft\Addendum\Traits\MetaState
- Maslosoft\Addendum\Annotations\IgnoredAnnotation
Namespace: Maslosoft\Addendum\Annotations
Ignored():
Ignored(false): ```
Target('property',: 'method')
Author: Piotr Maselkowski
Located at Annotations/IgnoredAnnotation.php
Ignored():
Explicitly mark method or property as not ignored. This might be usefull to inform other developers that method or property must be annotated.
Ignored(false): ```
Target('property',: 'method')
Author: Piotr Maselkowski
Located at Annotations/IgnoredAnnotation.php
Methods inherited from Maslosoft\Addendum\Annotation
Methods used from Maslosoft\Addendum\Traits\MetaState
API documentation generated by ApiGen