The property read info tells how a property can be read.
- author Joel Wurtz
CloneableFinalInstantiable
| Constants |
| public Symfony |
| public Symfony |
| public Symfony |
| public Symfony |
| public Symfony |
| Methods |
| public __construct(string $type, string $name, string $visibility, bool $static, bool $byRef) |
| public canBeReference() : bool Whether this accessor can be accessed by reference. |
| public getName() : string Get name of the access, which can be a method name or a property name, depending on the type. |
| public getType() : string Get type of access. |
| public getVisibility() : string |
| public isStatic() : bool |
| Properties |
| private readonly bool $byRef |
| private readonly string $name |
| private readonly bool $static |
| private readonly string $type |
| private readonly string $visibility |