Documentation

ObjectExtension extends AbstractExtension
in package

Table of Contents

addProperty()  : mixed
Add an object property.
getFunctions()  : array<string|int, mixed>
{@inheritdoc}

Methods

addProperty()

Add an object property.

public addProperty(mixed $object, string $key, mixed $value) : mixed
Parameters
$object : mixed
$key : string
$value : mixed
Tags
throws
RuntimeError
Return values
mixed

getFunctions()

{@inheritdoc}

public getFunctions() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results