function(callable $fn) { if ($this->check() && $this->controller) { $this->controller->transform($fn); } }