Contao\Module::__isset PHP Méthode

__isset() public méthode

Check whether a property is set
public __isset ( string $strKey ) : boolean
$strKey string
Résultat boolean
    public function __isset($strKey)
    {
        return isset($this->arrData[$strKey]);
    }