Documentation

RuntimeReflectionProperty extends ReflectionProperty
in package

PHP Runtime Reflection Property.

Avoids triggering lazy loading if the provided object is a Proxy.

Table of Contents

Properties

$key  : string

Methods

__construct()  : mixed
getValue()  : mixed
{@inheritDoc}
setValue()  : void
{@inheritDoc}

Properties

Methods

__construct()

public __construct(string $class, string $name) : mixed
Parameters
$class : string
$name : string

getValue()

{@inheritDoc}

public getValue([mixed $object = null ]) : mixed
Parameters
$object : mixed = null

setValue()

{@inheritDoc}

public setValue(object|null $object[, mixed $value = null ]) : void
Parameters
$object : object|null
$value : mixed = null

        
On this page

Search results