StaticReflectionProperty
extends ReflectionProperty
in package
Table of Contents
- $propertyName : string|null
- The name of the property.
- $staticReflectionParser : StaticReflectionParser
- The PSR-0 parser object.
- __construct() : mixed
- __toString() : mixed
- {@inheritDoc}
- export() : mixed
- {@inheritDoc}
- getDeclaringClass() : mixed
- {@inheritDoc}
- getDocComment() : mixed
- {@inheritDoc}
- getModifiers() : mixed
- {@inheritDoc}
- getName() : mixed
- {@inheritDoc}
- getUseStatements() : array<string|int, mixed>
- getValue() : mixed
- {@inheritDoc}
- isDefault() : mixed
- {@inheritDoc}
- isPrivate() : mixed
- {@inheritDoc}
- isProtected() : mixed
- {@inheritDoc}
- isPublic() : mixed
- {@inheritDoc}
- isStatic() : mixed
- {@inheritDoc}
- setAccessible() : mixed
- {@inheritDoc}
- setValue() : mixed
- {@inheritDoc}
- getStaticReflectionParser() : StaticReflectionParser
Properties
$propertyName
The name of the property.
protected
string|null
$propertyName
$staticReflectionParser
The PSR-0 parser object.
protected
StaticReflectionParser
$staticReflectionParser
Methods
__construct()
public
__construct(StaticReflectionParser $staticReflectionParser, string|null $propertyName) : mixed
Parameters
- $staticReflectionParser : StaticReflectionParser
- $propertyName : string|null
Return values
mixed —__toString()
{@inheritDoc}
public
__toString() : mixed
Return values
mixed —export()
{@inheritDoc}
public
static export(mixed $class, mixed $name[, mixed $return = false ]) : mixed
Parameters
- $class : mixed
- $name : mixed
- $return : mixed = false
Return values
mixed —getDeclaringClass()
{@inheritDoc}
public
getDeclaringClass() : mixed
Return values
mixed —getDocComment()
{@inheritDoc}
public
getDocComment() : mixed
Return values
mixed —getModifiers()
{@inheritDoc}
public
getModifiers() : mixed
Return values
mixed —getName()
{@inheritDoc}
public
getName() : mixed
Return values
mixed —getUseStatements()
public
getUseStatements() : array<string|int, mixed>
Return values
array<string|int, mixed> —getValue()
{@inheritDoc}
public
getValue([mixed $object = null ]) : mixed
Parameters
- $object : mixed = null
Return values
mixed —isDefault()
{@inheritDoc}
public
isDefault() : mixed
Return values
mixed —isPrivate()
{@inheritDoc}
public
isPrivate() : mixed
Return values
mixed —isProtected()
{@inheritDoc}
public
isProtected() : mixed
Return values
mixed —isPublic()
{@inheritDoc}
public
isPublic() : mixed
Return values
mixed —isStatic()
{@inheritDoc}
public
isStatic() : mixed
Return values
mixed —setAccessible()
{@inheritDoc}
public
setAccessible(mixed $accessible) : mixed
Parameters
- $accessible : mixed
Return values
mixed —setValue()
{@inheritDoc}
public
setValue(mixed $object[, mixed $value = null ]) : mixed
Parameters
- $object : mixed
- $value : mixed = null
Return values
mixed —getStaticReflectionParser()
protected
getStaticReflectionParser() : StaticReflectionParser