Searched refs:listOfCommands (Results 1 – 1 of 1) sorted by relevance
10 public $listOfCommands; variable in DecoratorMock15 $this->listOfCommands = new SplQueue();22 return $this->listOfCommands->dequeue();27 return $this->listOfCommands->isEmpty();40 $this->listOfCommands->enqueue(new CommandPOpen());44 $this->listOfCommands->enqueue(new CommandCData($text));48 $this->listOfCommands->enqueue(new CommandPClose());52 $this->listOfCommands->enqueue(new CommandLinebreak());103 $this->listOfCommands->enqueue(new CommandListOOpen());107 $this->listOfCommands->enqueue(new CommandListOClose());[all …]