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

__get() public method

Returns the current language helper.
public __get ( string $key ) : LanguageHelper
$key string
return LanguageHelper
    public function __get($key)
    {
        return $this->offsetGet($key);
    }