Documentation

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

Methods

export()

{@inheritDoc}

public static export(mixed $class, mixed $name[, mixed $return = false ]) : mixed
Parameters
$class : mixed
$name : mixed
$return : mixed = false
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

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

Search results