callable = $callable; } public function filter(string $name): string { return call_user_func($this->callable, $name); } }