izzum\command\IComposite::contains PHP Method

contains() public method

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