atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
439 stars 104 forks source link

Remove unneeded VirtualPage "__atk_tab" code #2197

Closed mvorisek closed 3 months ago

mvorisek commented 3 months ago

The $this->getApp()->terminateHtml($this) code below is strictly equivalent - see https://github.com/atk4/ui/blob/accdc771da/src/App.php#L549 and https://github.com/atk4/ui/blob/accdc771da/src/View.php#L671 - as long as the VP mode is non-callback - https://github.com/atk4/ui/blob/accdc771da/src/Tabs.php#L31.