Contao\CoreBundle\Test\LanguageHelper::offsetSet PHP Method

offsetSet() public method

Throws an exception.
public offsetSet ( mixed $offset, mixed $value )
$offset mixed
$value mixed
    public function offsetSet($offset, $value)
    {
        throw new \LogicException('The language helper is just for retrieving, not for setting.');
    }