HumHub Documentation (unofficial)

ObjectProperty
in package

Helper for manipulating by an object property.

Tags
author

Roman Ishchenko roman@ishchenko.ck.ua

Table of Contents

Properties

$initValue  : mixed
$owner  : mixed
$property  : ReflectionProperty|string

Methods

__construct()  : mixed
ObjectProperty constructor.
getName()  : string
getValue()  : mixed
restoreValue()  : mixed
Restores initial value
setValue()  : mixed

Properties

Methods

__construct()

ObjectProperty constructor.

public __construct(mixed $owner, mixed $property[, mixed $value = null ]) : mixed
Parameters
$owner : mixed
$property : mixed
$value : mixed = null

restoreValue()

Restores initial value

public restoreValue() : mixed

setValue()

public setValue(mixed $value) : mixed
Parameters
$value : mixed

        
On this page

Search results