execute_callback, $input, $output); } public function setExecuteCallback(Closure $callable) { $this->execute_callback = $callable; } }