Bluz\Common\Container\Container::doSetContainer PHP Method

doSetContainer() protected method

Set key/value pair
protected doSetContainer ( string $key, mixed $value ) : void
$key string
$value mixed
return void
    protected function doSetContainer($key, $value)
    {
        $this->container[$key] = $value;
    }