Example #1
0
 public function after()
 {
     parent::after();
     $handle = $this->server->handle();
     if (Request::is_amf()) {
         $this->response->body($handle);
     }
 }