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();
 }
示例#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();
     }
 }
示例#3
0
 public function getDescription()
 {
     return 'Output data in WDDX format' . parent::getDescription();
 }
示例#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();
 }
 public function getDescription()
 {
     return 'Output nothing' . parent::getDescription();
 }
示例#8
0
 public function getDescription()
 {
     return 'DEPRECATED! Output data in YAML format' . ApiFormatBase::getDescription();
 }
 protected function getDescription()
 {
     return 'Output data in XML format' . parent::getDescription();
 }
示例#10
0
 public function getDescription()
 {
     return 'DEPRECATED! Output data in PHP\'s var_dump() format' . parent::getDescription();
 }