WpWodify\Template
Template Class
- Author: Cory Collier <corycollier@corycollier.com>
Synopsis
class Template
{
- // methods
- public Template set_script()
- public string get_script()
- public Template render()
- public Template set()
Members
protected
- $script
—
string
The script to use for rendering. - $vars
—
array
A list of variables to store for the script.
Methods
public
- get_script() — Getter for the script var
- render() — Run the script.
- set() — Assigns a variable to the vars attribute, for use in a script.
- set_script() — Setter for the script var.
History
-
2016-01-06T11:15:28-05:00 (commit #a964adc)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Lots of changes. Finally getting this to a point where it's installable, and displays a settings page. None of it works, but this is a good step in the right direction :)
-
2015-12-31T06:21:02-05:00 (commit #21de7cc)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Updating the installer, adding a template for admin settings
-
2015-12-31T06:04:57-05:00 (commit #503e051)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Adding a template class, to handle rendering templates