Lines Matching refs:state
35 private $state; variable in DecoratorIncluder
69 $this->state = DecoratorIncluder::NOT_IN_LIST;
96 switch($this->state) {
100 $this->state = DecoratorIncluder::IN_LIST;
110 $this->state = DecoratorIncluder::IN_LIST_NESTED;
114 trigger_error("$this->pageId: listu_open unexpected $this->state");
126 switch($this->state) {
133 $this->state = DecoratorIncluder::IN_ITEM;
138 trigger_error("$this->pageId: listitem_open unexpected - $this->state");
146 switch($this->state) {
153 $this->state = DecoratorIncluder::IN_CONTENT;
157 trigger_error("$this->pageId: listcontent_open unexpected - $this->state");
165 switch($this->state) {
168 $this->state = DecoratorIncluder::IN_ITEM;
181 trigger_error("$this->pageId: listcontent_close unexpected - $this->state");
189 switch($this->state) {
197 $this->state = DecoratorIncluder::IN_LIST;
201 $this->state = DecoratorIncluder::IN_LIST;
205 trigger_error("$this->pageId: listitem_close unexpected - $this->state");
213 switch($this->state) {
226 $this->state = DecoratorIncluder::NOT_IN_LIST;
234 $this->state = DecoratorIncluder::NOT_IN_LIST;
243 trigger_error("$this->pageId: listu_close unexpected - $this->state");
256 switch($this->state) {
260 $this->state = DecoratorIncluder::IN_CONTENT_INTERNAL_LINK;
266 $this->state = DecoratorIncluder::IN_ITEM_MIXED;
281 if ($this->state == DecoratorIncluder::IN_CONTENT) {
303 if ($this->state != DecoratorIncluder::NOT_IN_LIST) {
319 $this->state = DecoratorIncluder::IN_ITEM_MIXED;