izzum\command\IComposite::contains PHP Méthode

contains() public méthode

checks if a certain command is present.
public contains ( izzum\command\ICommand $command ) : boolean
$command izzum\command\ICommand
Résultat boolean true if the command is in the composite.
    public function contains(ICommand $command);