Example #1
0
 /**
  * Set the filter for the parser.
  *
  * @param Filter $filter
  * @param array $arguments
  */
 public function setFilter(Filter $filter, array $arguments = [])
 {
     $this->filter = $filter;
     $this->arguments = $arguments;
     $this->filter->setArguments($arguments);
 }