mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
yhook: rename outCollection() => outObject() to be more json
Origin commit data
------------------
Commit: 69615480f1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Origin message was:
------------------
- yhook: rename outCollection() => outObject() to be more json
This commit is contained in:
@@ -495,7 +495,7 @@ std::string CyhookHandler::outArrayItem(std::string _key, std::string _content,
|
||||
return result;
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
std::string CyhookHandler::outCollection(std::string _key, std::string _content, bool _next) {
|
||||
std::string CyhookHandler::outObject(std::string _key, std::string _content, bool _next) {
|
||||
std::string result = "";
|
||||
switch (outType) {
|
||||
case xml:
|
||||
|
Reference in New Issue
Block a user