43 public function request($query_params =
null, $post_data =
null)
45 if ($query_params ===
null) {
46 $query_params =
$_GET;
48 if ($post_data ===
null) {
59 public function ui($query_params =
null, $post_data =
null)
An exception for terminatinating execution or to throw for unit testing.
Internal service factory.
service()
Internal business logic stuff.
request($query_params=null, $post_data=null)
Get request.
ui($query_params=null, $post_data=null)
Get ui.
__construct()
Constructor.
Exercise UI frontend presentation service class.