-
Notifications
You must be signed in to change notification settings - Fork 5
IntelliHome::WebUI::Plugin::ModelFactory
mudler edited this page Aug 21, 2014
·
1 revision
IntelliHome::WebUI::Plugin::ModelFactory - ModelFactory plugin for mojolicious web application
build_tiles;
#...
build_rooms;
#...
build_nodes;
This Mojolicious plugin allow to build internal structures used into the web application
returns an array ref containing the rooms object IntelliHome::WebUI::Model::Room
build_rooms
returns an array of IntelliHome::WebUI::Model::Tile objects
build_tiles;
returns an array of IntelliHome::WebUI::Model::Node objects
build_nodes;
skullbocks dgikiller@gmail.comt
Copyright 2014- skullbocks
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
IntelliHome::WebUI::Plugin::ModelFactory, IntelliHome::IntelliHomeWebUI, IntelliHome::Schema::SQLite::Schema::Result::Room, IntelliHome::Schema::SQLite::Schema::Result::Room