Bob\TaskRegistry::offsetGet PHP Method

offsetGet() public method

public offsetGet ( $name )
    function offsetGet($name)
    {
        if (isset($this[$name])) {
            return parent::offsetGet($name);
        }
    }