Home
last modified time | relevance | path

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

/plugin/latexport/_test/
Ddecorator_mock.php10 public $listOfCommands; variable in DecoratorMock
15 $this->listOfCommands = new SplQueue();
22 return $this->listOfCommands->dequeue();
27 return $this->listOfCommands->isEmpty();
36 $this->listOfCommands->enqueue(new CommandHeader($text, $level, $pos));
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());
80 $this->listOfCommands->enqueue(new CommandInternalLink($link, $title));
[all …]