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

offsetExists() public method

Returns true.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
return boolean
    public function offsetExists($offset)
    {
        return true;
    }