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

offsetSet() public méthode

ArrayAccess method - set the offset value
public offsetSet ( mixed $offset, $value ) : void
$offset mixed Offset to check
Résultat void
    public function offsetSet($offset, $value)
    {
        $this->set($offset, $value);
    }