Phrozn\Registry\Container::offsetGet PHP Method

offsetGet() public method

ArrayAccess method - get offset value
public offsetGet ( mixed $offset ) : mixed
$offset mixed Offset to check
return mixed
    public function offsetGet($offset)
    {
        return $this->get($offset);
    }