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

offsetUnset() public method

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