Documentation

RuntimePublicReflectionProperty extends ReflectionProperty
in package

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

Tags
author

Marco Pivetta ocramius@gmail.com

since
2.4

Table of Contents

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

Methods

getValue()

{@inheritDoc}

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

Checks is the value actually exist before fetching it. This is to avoid calling __get on the provided $object if it is a Proxy.

Parameters
$object : mixed = null
Return values
mixed

Search results