Contao\CoreBundle\Test\LanguageHelper::offsetExists PHP Méthode

offsetExists() public méthode

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