Searched refs:DecoratorIncluder (Results 1 – 3 of 3) sorted by relevance
18 class DecoratorIncluder extends Decorator { class69 $this->state = DecoratorIncluder::NOT_IN_LIST;97 case DecoratorIncluder::NOT_IN_LIST:100 $this->state = DecoratorIncluder::IN_LIST;105 case DecoratorIncluder::IN_CONTENT:106 case DecoratorIncluder::IN_ITEM_MIXED:110 $this->state = DecoratorIncluder::IN_LIST_NESTED;127 case DecoratorIncluder::NOT_IN_LIST:128 case DecoratorIncluder::IN_LIST_NESTED:132 case DecoratorIncluder::IN_LIST:[all …]
66 new DecoratorIncluder($this->includes,
30 $this->decoratorIncluder = new DecoratorIncluder($this->includes, $this->decoratorMock);