Example #1
0
 public function get()
 {
     $this->response->sendStandardHeaders();
     echo "This is '" . __METHOD__ . "' function !! <br>";
 }