Definition at line 25 of file DeprecationWrapper.php.
Create the wrapper.
- Parameters
-
mixed | $object | The object or string to wrap |
string | $message | The deprecation message to display when used |
string | $version | The Elgg version this was deprecated |
callable | $reporter | function called to report deprecation |
Definition at line 49 of file DeprecationWrapper.php.
Elgg\DeprecationWrapper::__call |
( |
|
$name, |
|
|
|
$arguments |
|
) |
| |
Call a method on the object.
- Parameters
-
string | $name | Method name |
array | $arguments | Method arguments |
- Returns
- mixed
Definition at line 90 of file DeprecationWrapper.php.
Elgg\DeprecationWrapper::__get |
( |
|
$name | ) |
|
Elgg\DeprecationWrapper::__set |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
Set a property on the object.
- Parameters
-
string | $name | Property name |
mixed | $value | Property value |
- Returns
- void
Definition at line 78 of file DeprecationWrapper.php.
Elgg\DeprecationWrapper::__toString |
( |
| ) |
|
Elgg\DeprecationWrapper::displayWarning |
( |
| ) |
|
|
protected |
Elgg\DeprecationWrapper::offsetExists |
( |
|
$offset | ) |
|
Array access interface.
- See also
- ::offsetExists()
- Parameters
-
- Returns
- bool
Definition at line 191 of file DeprecationWrapper.php.
Elgg\DeprecationWrapper::offsetGet |
( |
|
$key | ) |
|
Elgg\DeprecationWrapper::offsetSet |
( |
|
$key, |
|
|
|
$value |
|
) |
| |
Array access interface.
- See also
- ::offsetSet()
- Parameters
-
mixed | $key | Name |
mixed | $value | Value |
- Returns
- void
Definition at line 132 of file DeprecationWrapper.php.
Elgg\DeprecationWrapper::offsetUnset |
( |
|
$key | ) |
|
Array access interface.
- See also
- ::offsetUnset()
- Parameters
-
- Returns
- void
Definition at line 173 of file DeprecationWrapper.php.
Elgg\DeprecationWrapper::$message |
|
protected |
Elgg\DeprecationWrapper::$object |
|
protected |
Elgg\DeprecationWrapper::$reporter |
|
protected |
Elgg\DeprecationWrapper::$string |
|
protected |
Elgg\DeprecationWrapper::$version |
|
protected |
The documentation for this class was generated from the following file: