Phrozn\Registry\Container::offsetGet PHP Метод

offsetGet() публичный Метод

ArrayAccess method - get offset value
public offsetGet ( mixed $offset ) : mixed
$offset mixed Offset to check
Результат mixed
    public function offsetGet($offset)
    {
        return $this->get($offset);
    }