The Superatom View package.

dev-master 2015-10-01 14:28 UTC

This package is auto-updated.

Last update: 2024-03-29 03:18:53 UTC


README

This is a Superatom Framework view library.
Includes twig example implementation.

Abstract View class methods

  • public function addData($key, $value);
  • Add shared data.
  • public function getAllData();
  • Return all data.
  • abstract public function render($template, $data = []);
  • Renders a template

License

MIT