$views
$views : \Korba\View
Class ViewGroup groups view for easy access.
A class to group view and return one given the index.
$views : \Korba\View
__construct(array<mixed,\Korba\View> $views)
ViewGroup constructor.
Accepts and stores views
array<mixed,\Korba\View> | $views |
getView(integer $page) : \Korba\View
ViewGroup public function getView.
Return the view for a given index
integer | $page |