Class TipyOutput
Action output data
These values will be assigned to TipyView template on page rendering
class MyController extends TipyController { public function index() { $this->out->set('firstName', 'John'); // or by shortcut $this->out('lastName', 'Doe'); } }
- TipyIOWrapper
-
TipyOutput
__construct(),
bind(),
clear(),
get(),
getAll(),
set()
|