Copied!

The property read info tells how a property can be read.

CloneableFinalInstantiable
Constants
public Symfony\Component\PropertyInfo\PropertyReadInfo::TYPE_METHOD = 'method'
public Symfony\Component\PropertyInfo\PropertyReadInfo::TYPE_PROPERTY = 'property'
public Symfony\Component\PropertyInfo\PropertyReadInfo::VISIBILITY_PRIVATE = 'private'
public Symfony\Component\PropertyInfo\PropertyReadInfo::VISIBILITY_PROTECTED = 'protected'
public Symfony\Component\PropertyInfo\PropertyReadInfo::VISIBILITY_PUBLIC = 'public'
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
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration