Documentation

RuntimePublicReflectionProperty extends ReflectionProperty
in package

PHP Runtime Reflection Public Property - special overrides for public properties.

Tags
deprecated

since version 3.1, use RuntimeReflectionProperty instead.

Table of Contents

Methods

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

Methods

getValue()

{@inheritDoc}

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

Returns the value of a public property without calling __get on the provided $object if it exists.

Parameters
$object : mixed = null

        
On this page

Search results