/**
  * {@inheritdoc}
  */
 public function clear()
 {
     $this->rawLayoutBuilder->clear();
     $this->actions = [];
     $this->lastIndex = 0;
     $this->addCounter = 0;
     $this->links = [];
     return $this;
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function clear()
 {
     $this->layoutManipulator->clear();
     $this->rawLayoutBuilder->clear();
     return $this;
 }