Extends \MUtil_Registry_TargetAbstract with the ability to create PHP callables by request an existing method using $this->methodName.

package Gems
subpackage Registry
copyright Copyright (c) 2011 Erasmus MC
license New BSD License
since Class available since version 1.1

 Methods

Returns a callable if a method is called as a variable

__get(string $name) : Callable

Parameters

$name

string

Returns

Callable