izzum\command\IComposite::contains PHP Метод

contains() публичный Метод

checks if a certain command is present.
public contains ( izzum\command\ICommand $command ) : boolean
$command izzum\command\ICommand
Результат boolean true if the command is in the composite.
    public function contains(ICommand $command);