Exemplo n.º 1
0
 function isMacroDisabled(Token $token, Macro $macro) : bool
 {
     return isset($this->map[$token->id()][$macro->id()]);
 }