libSmalldb
v0.6
|
Render JSON schema into HTML elements.
Public Member Functions | |
__construct ($schema) | |
Constructor. More... | |
__toString () | |
Render to string. More... | |
render () | |
Render schema to HTML. More... | |
Static Public Member Functions | |
static | loadFile ($filename) |
Load file and create the renderer. More... | |
Protected Attributes | |
$schema | |
Nested arrays representation of the schema. More... | |
__construct | ( | $schema | ) |
Constructor.
|
static |
Load file and create the renderer.
__toString | ( | ) |
Render to string.
render | ( | ) |
Render schema to HTML.
|
protected |
Nested arrays representation of the schema.