Ejemplo n.º 1
0
 public function getDescription()
 {
     if ($this->mIsRaw) {
         return 'Output data with the debugging elements in JSON format' . parent::getDescription();
     }
     return 'Output data in JSON format' . parent::getDescription();
 }
Ejemplo n.º 2
0
 protected function getDescription()
 {
     if ($this->mIsRaw) {
         return 'Output data with the debuging elements in JSON format' . parent::getDescription();
     } else {
         return 'Output data in JSON format' . parent::getDescription();
     }
 }
Ejemplo n.º 3
0
 public function getDescription()
 {
     return 'Output data in WDDX format' . parent::getDescription();
 }
Ejemplo n.º 4
0
 public function getDescription()
 {
     return 'Output data in PHP\'s print_r() format' . parent::getDescription();
 }
 public function getDescription()
 {
     return 'Output data in PHP\'s var_export() format' . parent::getDescription();
 }
 public function getDescription()
 {
     return 'Output data in serialized PHP format' . parent::getDescription();
 }
Ejemplo n.º 7
0
 public function getDescription()
 {
     return 'Output nothing' . parent::getDescription();
 }
Ejemplo n.º 8
0
 public function getDescription()
 {
     return 'DEPRECATED! Output data in YAML format' . ApiFormatBase::getDescription();
 }
Ejemplo n.º 9
0
 protected function getDescription()
 {
     return 'Output data in XML format' . parent::getDescription();
 }
Ejemplo n.º 10
0
 public function getDescription()
 {
     return 'DEPRECATED! Output data in PHP\'s var_dump() format' . parent::getDescription();
 }