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);