Contao\CoreBundle\Test\LanguageHelper::offsetExists PHP 메소드

offsetExists() 공개 메소드

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