sqlController = $sqlController; $this->structureController = $structureController; } public function __invoke(): void { global $reload; ($this->sqlController)(); $reload = true; ($this->structureController)(); } }