Home
last modified time | relevance | path

Searched refs:listOfCommands (Results 1 – 1 of 1) sorted by relevance

/plugin/latexport/_test/
H A Ddecorator_mock.php10 public $listOfCommands; variable in DecoratorMock
15 $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 …]