Lines Matching defs:filter
28 protected $filter;42 * Apply the set filter to the given value49 if (!$this->filter) return $data;50 return call_user_func($this->filter, $data);58 * @param Callable|string $filter61 public function filter($filter = 'stripctl')63 $this->filter = $filter;65 $this->filter = '';