Exemplo n.º 1
0
 public function asJSON()
 {
     $this->preventMultipleTypes();
     self::$typed = __FUNCTION__;
     Header::asJSON();
     return $this;
 }
Exemplo n.º 2
0
 public function asJSON()
 {
     self::$typed = __FUNCTION__;
     Header::asJSON();
     return $this;
 }