We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Marks a property to be populated from the arguments list given to the annotation. Personally I prefer to use AnnotationCreator, but it's up to you.
The named argument "bar" will be used to populate $bar.
<? class Foo { /** * @Property */ public $bar;
Back to Annotations list