Home
last modified time | relevance | path

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

/plugin/typography/helper/
H A Dodt.php13 protected $closing_stack = NULL; // used in odt_render() variable in helper_plugin_typography_odt
19 if (is_null($this->closing_stack)) {
20 $this->closing_stack = new SplStack(); //require PHP 5 >= 5.3.0
39 $this->closing_stack->push('p');
46 $this->closing_stack->push('span');
52 $content = $this->closing_stack->pop();