$tabpages
$tabpages :
__construct(\apex\app $app, \apex\app\utils\hashes $hashes)
Constructor. Grab some injected dependencies we will need.
\apex\app | $app | The /src/app.php class. Injected. |
\apex\app\utils\hashes | $hashes | The /app/utils/hashes.php class. Injected. |
process(array $data)
Process tab control.
This method is executed every time the tab control is displayed, and allows you to execute any necessary actions, assign various template variables as necessary, and so on.
array | $data | The attributes contained within the |