_view->word = "hello world"; $message = 'hello'; $example = function ($data) use ($message){ return "{$data},{$message}"; }; echo $example('world'); //or //$this->getView()->word = "hello world"; } }