mediatekformation

TypedNoDefaultRuntimePublicReflectionProperty extends RuntimePublicReflectionProperty
in package
Uses TypedNoDefaultReflectionPropertyBase

PHP Typed No Default Runtime Public Reflection Property - special override for public typed properties without a default value.

Table of Contents

getValue()  : mixed
{@inheritDoc}
setValue()  : void
{@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