The property read info tells how a property can be read.
- author Joel Wurtz
- internal
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 $byRef = NULL |
private $name = NULL |
private $static = NULL |
private $type = NULL |
private $visibility = NULL |