Phrozn\Registry\Container::offsetGet PHP Méthode

offsetGet() public méthode

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