/home/projects/domains/sitetoedit.tharprojects.nl/public_html/index.php on line 208/home/projects/domains/sitetoedit.tharprojects.nl/public_html/index.php on line 208require()****************************************************************************************************************************************************************************| 207 | $file = $o->modules_subpages[$row["specialpage_module"]][$urlInfo[1]][0]; |
| 208 | require( $o->path . "modules/" . $row["specialpage_module"] . "/" . $file ); |
| 209 | } |
/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/shop.php on line 107/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopArticleMapper.php on line 108/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/databasequery.class.php on line 722/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/databasequery.class.php on line 621
/webshop/netwerk?page=0.5ShopOrder, 65 members1remark (String, 0 characters)00000000paymentString (String, 0 characters)0trackNTrace (String, 0 characters)1articles (Array, 0 elements)extraFields (Array, 0 elements)0companyName (String, 0 characters)contactPerson (String, 0 characters)street (String, 0 characters)number (String, 0 characters)zipcode (String, 0 characters)city (String, 0 characters)country (String, 0 characters)email (String, 0 characters)phone (String, 0 characters)fax (String, 0 characters)btwNumber (String, 0 characters)deliverStreet (String, 0 characters)deliverNumber (String, 0 characters)deliverZipcode (String, 0 characters)deliverCity (String, 0 characters)deliverCountry (String, 0 characters)0000btwCollection (Array, 0 elements)0000sendCostBTWCollection (Array, 0 elements)000payMethodSet (Boolean, false)annuleringsverzekeringActive (Boolean, false)0depositActive (Boolean, false)000hideSendMethod (Boolean, false)hidePaymentMethod (Boolean, false)unknownCountry (Boolean, false)0sendMethods (Array, 0 elements)sendMethodsTotal (Array, 0 elements)payMethods (Array, 0 elements)errors (Array, 0 elements)k3m95neer01lnak54pa60ttrjhSitetoEdit defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/common/common.phpgetInstance() defined on line 175__construct() defined on line 186loadLibraries()|
/** * Load Libraries */ |
fixUTF8LanguageFiles() defined on line 312checkLoggedIn() defined on line 342checkWebsiteClosed()|
/** * Gets specialprice in webshop for userID */ |
checkAdministratorLoggedIn() defined on line 420setupURL() defined on line 439setupTemplate() defined on line 475getUserFields() defined on line 506doLogin($username, $password) defined on line 574recaptchaInvalid() defined on line 619doRegister($username, $password) defined on line 637translate($key) defined on line 965customTranslate($lang, $key) defined on line 985adminTranslate($key) defined on line 1005setupModules() defined on line 1021loadForms() defined on line 1149loadSettings() defined on line 1168loadBrosisMenu() defined on line 1179loadModules() defined on line 1200loadLanguages() defined on line 1220detectLanguage()|
/** * Function to detect the browserLanguage, returns languagefile (array) * * @return array The language file according to the user's browser language **/ |
prechecksPageMenu(&$data0) defined on line 1261postchecksPageMenu($data0, &$list) defined on line 1304checkIfPageIsActive($data0) defined on line 1382getMenuStructure($sitemap = false)|
/** * Menu structure * @return array */ |
generateMenu($sitemap = false) defined on line 1568output($title = NULL, $popup = false) defined on line 1573adminOutput($title, $popup = false) defined on line 1628replaceNewsblogInContent($pageContent) defined on line 1696replaceCarrouselInContent($pageContent) defined on line 1706replaceDiashowInContent($pageContent) defined on line 1825replaceDiashowInContent2($pageContent) defined on line 1952replaceYoutubeInContent($pageContent) defined on line 2069replaceKNVBInContent($pageContent) defined on line 2142addLoginSnippet() defined on line 2177Syntagma defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/syntagma.class.phpgetInstance() defined on line 28get() defined on line 36__construct() defined on line 40SynErrors defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/errors.class.phpgetInstance() defined on line 60__construct() defined on line 72enableLogPHPErrors()|
/** * Enables logging PHP's errors/warnings/notices/strict-notices to file (can't be disabled) * Unfortanetly it's not possible to generate nice errorpages or logs. It will be saved in SynLog's log.txt * WARNING: Set SynLog::$logfilePath to an absolute path or else saving errors to file won't work */ |
setupCatchPHPErrors() defined on line 85logPHPErrors() defined on line 95errorHandler($errno, $errstr, $errfile, $errline) defined on line 114fatalError($message, $debugMessage = NULL, $extraTrace = array (
))|
/** * Static function, shortcut, to easily stop everything and show a fatal error */ |
reportFatalError($message, $debugMessage = NULL, $extraTrace = array (
)) defined on line 178filterSynClassesFromTrace($var) defined on line 217htmlLog($message, $trace, $debugMessage = NULL) defined on line 222simpleLog($message, $trace, $debugMessage = NULL) defined on line 262tryDisplayCustomError() defined on line 295SynIO defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/io.class.phptrimPost()|
/** * Easily trim everything in $_POST */ |
getIP()|
/** * Returns the IP of the visitor * No guarantee the IP-address is valid or accurate */ |
generateURL($relativePath = false)|
/** * Generates an absolute URL to current PHP-script * @param $relativePath The relative path to the root, where the URL should point to * @return string Full absolute URL */ |
generateRelativeURL($relativePath = false)|
/** * Generates an absolute URL to current PHP-script * @param $relativePath The relative path to the root, where the URL should point to * @return string Full absolute URL */ |
getBrowserLanguages()|
/** * Detects all browser languages supported by browser * @return array An array of languagecodes in lowercase */ |
removeMagicQuotesGPC()|
/** * Easily remove magic_quotes * Generally it's better to code without magic_quotes (also removed in PHP6) * This function will nothing if magic_quotes_gpc is not enabled */ |
forceMagicQuotesGPC()|
/** * In case you can't live without magic_quotes_gpc * This function will do nothing if magic_quotes_gpc is enabled */ |
isUsingCompression()|
/** * Detect if the browser and server supports compression (and the user has enabled it) * @return boolean */ |
isUsingSSL()|
/** * Detects if the current connection is using SSL * @return boolean */ |
parseMultiviewVariables()|
/** * Parses variables in the URL * Example: * /test.php/hello/blaat * Will add variable $_GET["hello"] with the value 'blaat' */ |
parseMultiviewURL()|
/** * A bit different from parseMultiviewVariables() * This parses URL's like /test.php/hello/blaat and returns array(hello, blaat) * @return array A numeric array **/ |
startOutputControl() defined on line 269downloadFile($file, $filename = false, $cache = true)|
/** * Does everything to make the browser download the file * @param $file path to file * @param $filename The filename of the file. When false it will use the original filename. Default is false * @param $cache Allow the browser to cache the file, default is true * Cache should be false if it's a private download (you first need to login or such) or when it doesn't have an unique URL (no fileID for example) */ |
downloadContent($content, $filename, $cache = false)|
/** * Does everything to make the browser download the content as a file * @param $content The contents of the file * @param $filename The filename * @param $cache Allow the browser to cache the file, default is false * Cache should be false if it's a private download (you first need to login or such) or when it doesn't have an unique URL (no fileID for example) */ |
downloadStream($stream, $filename, $cache = true)|
/** * Does everything to make the browser download the contents of a stream as a file * Works the same as downloadContent */ |
setDownloadHeaders($contentLength, $filename, $cache = true)|
/** * Only sends the download headers to make the browser download the contents of the page * You will need to echo the contents of the file yourself * @param $contentLength The length of the content. If unknown, use 0 * @param $filename * @param $cache Allow the browser to cache the file, default is false * Cache should be false if it's a private download (you first need to login or such) or when it doesn't have an unique URL (no fileID for example) */ |
endAllOutput()|
/** * Stops all output buffering and cleans them, no output will be sent to the browser * @return A string with all output */ |
flushLastOutput()|
/** * Ends and flushes the last output buffering to the browser */ |
endLastOutput()|
/** * Ends the last output buffering, the content will NOT be sent to the browser * @returns String A string with the contents of the output buffer */ |
flushAllOutput()|
/** * Flushes all output buffers to the browser */ |
cleanAllOutput()|
/** * Empties all output buffers */ |
setCookie($name, $value, $expire, $secure = false, $httpOnly = true)|
/** * Sets a cookie... * @param $expire The relative time in seconds of how long the cookie should live (example: 3600) */ |
doConditionalGet($etag)|
/** * A simple PHP implementation of conditional get * Doesn't use last-modified, only gives problems (mod_expires for example) * Must be called everytime to set the ETag * @param $etag A unique hash for the contents of the file. If the same with the browser cache, the browser will NOT download the page */ |
setNoCache() defined on line 466header($h) defined on line 473output($content = false)|
/** * Output everything to the browser and handle headers, output filters and compression * Should be called always and as the last thing if SynIO is used. */ |
getRespondHeaders()|
/** * Returns a list of respond headers * @return array */ |
isPost()|
/** * Has the browser sent POST data? * @return boolean */ |
redirect($path, $time = 0, $withPost = 0, $jqm = false)|
/** * Temporary redirect to other URL * Will use HTTP redirect if possible, else Javascript redirect * @param $path Relative/Absolute URL to destination * @param $time Wait how long until redirect in seconds * @param $withPost If there's POST-data and this is true, the POST-data will be sent again to the destination (will need browser confirmation) * @param $jqm jQuery Mobile redirect header or default redirect */ |
redirectPermament($path)|
/** * Sends a 'permament redirect to other URL'-header to the browser * Requires that no output has been sent yet * @param $path Relative/Absolute URL to destination */ |
authenticate($username, $password, $realm = 'Please login to continue...') defined on line 617SynLog defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/log.class.phpgetInstance() defined on line 50get() defined on line 57__construct() defined on line 62debug($msg) defined on line 65info($msg) defined on line 70warn($msg) defined on line 75error($msg) defined on line 80getMessages()|
/** * Returns all messages in an array */ |
log($type, $msg) defined on line 93SynDatabase defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/database.class.phpgetInstance() defined on line 59get() defined on line 70__construct() defined on line 74getType() defined on line 83getServer() defined on line 87getConnection() defined on line 91ping() defined on line 99checkConnection()|
/** * Different name for ping() */ |
hasConnection()|
/** * Checks if a connection with the database has been made */ |
setExceptions($exceptions)|
/** * Set the version update exception list data */ |
setData($server, $username, $password, $db, $type = 1)|
/** * Set the database configuration data */ |
setFile($db)|
/** * Shorthand function for setting the database configuration data for SQLite */ |
connect() defined on line 184newQuery($q)|
/** * Creates new SynDatabaseQuery object * Will automatically connect * @return SynDatabaseQuery */ |
query($q)|
/** * Handy static function which is shorter then SynDatabase::getInstance()->newQuery($q) * @return SynDatabaseQuery */ |
queryCache($maxCacheAge, $q)|
/** * Handy static function which allows you do to a query with cache * @return SynDatabaseQuery */ |
escapeString($data)|
/** * Don't use this * @return string The escaped string * @deprecated */ |
escape($data)|
/** * Escapes the string for safe usage in a query * Don't use this, use SynDatabaseQuery::assign() instead * @return string The escaped string */ |
dataToSQL($data)|
/** * Autodetects type and converts PHP-variable to SQL-string, including quotes * @return string */ |
listColumns($table)|
/** * Returns an array of columns of a table * @return array of array's|false */ |
listTables()|
/** * Returns a list of tables in the current database * @return array|false */ |
insertID($result = NULL)|
/** * Returns last inserted ID (MySQL) or OID (PostgreSQL) * @return int|false */ |
updateVersion($q)|
/** * Update EditYourApp version on INSERT, UPDATE, DELETE or REPLACE */ |
SynDatabaseQuery defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/databasequery.class.php__construct($database, $q, $assigns = array (
)) defined on line 38useCache($maxCacheAge) defined on line 57add($str)|
/** * Adds SQL code to the query * Will only work when the query hasn't been executed yet */ |
generateQuery()|
/** * Private function which generates a new executable querystring based on any assigns and injects */ |
execute($throwError = true)|
/** * Execute query * @param $throwError If true, the query will give a fatal error on error * @return boolean True if query has succeeded */ |
getQuery()|
/** * Returns the query string which has been executed or will be executed * @return string */ |
getExecutionTime()|
/** * Returns how many milliseconds it took to execute this query * @return string */ |
setQuery($newQuery)|
/** * Changes the SQL but keeps assigns/injects unchanged * @return string */ |
inject($var, $value = NULL)|
/** * Injects SQL code in the query (a good injection...) * Example: * SELECT * FROM @tablename * $query->assign("tablename, "users"); * * An injection MUST always be set, so an "empty" string is allowed */ |
free()|
/** * Frees the query resultset * Generally not needed, only after *very* big queries */ |
__destruct()|
/** * Destructor */ |
assign($var, $value = NULL)|
/** * Assigns a variable in the query * Example: * SELECT * FROM tabel WHERE name = #name * $query->assign('name', 'Thar Design'); * * or assigning multiple values: * $query->assign( array('name' => 'Thar Design', 'gender' => 'm')); */ |
assignString($var, $value = NULL)|
/** * Assigns a variable as a string in the query * Example: * SELECT * FROM tabel WHERE name = #name * $query->assignString('name', 0.5); * Result: SELECT * FROM tabel WHERE name = '0.5' */ |
assignDate($var, $value = false)|
/** * Assigns a variable as a date in the query. Accepts UNIX timestamp, textual date and NULL which insert current date * Saves the programmer to use date/strotime everytime in a query * Example: * SELECT * FROM tabel WHERE creationdate = #d * $query->assignDate('d', 1262634925); * Result: SELECT * FROM tabel WHERE creationdate = '04-01-2010' */ |
assignDateTime($var, $value = false)|
/** * Assigns a variable as a datetime in the query. Accepts UNIX timestamp, textual date and NULL which insert current datetime * Saves the programmer to use date/strotime everytime in a query * Example: * SELECT * FROM tabel WHERE creationdatetime = #d * $query->assignDateTime('d', 1262634925); * Result: SELECT * FROM tabel WHERE creationdatetime = '04-01-2010 05:00:24' */ |
assignSet($var, $list = array (
))|
/** * Assigns a list of pairs, with fieldname as key, for usage in a INSERT/UPDATE query with a SET * Example: * UPDATE table SET #l WHERE id=5 * $q->assignSet( array("name" => "Ken", "gender" => "m") ); * Result: UPDATE table SET name='Ken', gender='m' WHERE id=5 */ |
assignList($var, $list = array (
))|
/** * Assigns a list, for usage in a query with IN * Example: * UPDATE table SET x=y WHERE id IN (#test) * $q->assignList( "test", array(1,2,3,4,5); * Result: UPDATE table SET x=y WHERE id IN (1,2,3,4,5) */ |
result($pointer = 0)|
/** * Returns a result in a row * Will execute query if not already executed * @param $pointer The column-index in the row, standard 0 * @return result */ |
resultAll()|
/** * Similiar to fetchAll(), but only returns the first field per row * @return array Numeric array with a field as value */ |
fetchRow()|
/** * Fetches a row * Will execute query if not already executed * @return array Array with numeric and textual indexes */ |
fetchAssoc()|
/** * Fetches a row * Will execute query if not already executed * @return array Array with textual indexes */ |
fetchAll()|
/** * Fetches all rows in a numeric array * Will execute query if not already executed * @return array Numeric array of rows (array of array's) */ |
cacheAllData()|
/** * Fills cache with all results from query */ |
fetch()|
/** * Alias of fetchAssoc() */ |
numRows()|
/** * Returns the number of rows * Will execute query if not already executed * @return int The number of rows found */ |
affectedRows()|
/** * Get the number of affected rows by the last INSERT, UPDATE, REPLACE or DELETE query * Will execute query if not already executed * @return int The number of affected rows */ |
dataSeek($row)|
/** * Move internal result pointer in the resultset * @return boolean */ |
insertID()|
/** * Returns the last inserted ID * @return int */ |
dump()|
/** * Dumps the contents of a resultset into a basic HTML table */ |
offsetSet($offset, $value) defined on line 865offsetExists($offset) defined on line 870offsetUnset($offset) defined on line 875offsetGet($offset) defined on line 880MapperAbstract defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/MapperAbstract.phpsave($obj)|
/** * Save the DomainObject * * Store the DomainObject in persistent storage. Either insert * or update the store as required. * * @param DomainObjectAbstract $obj * @return boolean */ |
DomainObjectAbstract defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/DomainObjectAbstract.phpvalidate()|
/** * Validates the current object. * * @return boolean */ |
Shop defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/Shop.phpinitialize() defined on line 58formatBasePrice($price) defined on line 117formatPrice($price, $includeTaxes = true, $valuta = '', $showValuta = true) defined on line 125showPriceWithTaxes($price, $btw) defined on line 153getTaxesString() defined on line 159getUrl() defined on line 163getOrderUrl() defined on line 169getCartURL() defined on line 175getUploadDir() defined on line 179getCartOrder() defined on line 183verifyArticle($article_id, $amount, $pointsUsed = false) defined on line 187addArticle() defined on line 252ShopArticle defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopArticle.phpvalidate() defined on line 45getPrice() defined on line 51getPriceString() defined on line 55hasMultipleImages() defined on line 91getDiashow() defined on line 97getPicture($type = '') defined on line 113getCorrectPrice() defined on line 150determineActualPrice()|
/** * Determines the actual price (inc/exl taxes) for the current user by looking at possible discounts and member prices. It is therefore only interesting for usage in the front-office. */ |
canDeposit() defined on line 193getDepositAmount() defined on line 204hasOptions() defined on line 223hasRelCats() defined on line 231needsSpecifics() defined on line 239getURL() defined on line 250ableToOrder() defined on line 258ShopArticleMapper defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopArticleMapper.phpfindById($id)|
/** * Fetch a ShopArticle object by ID * * @param string $id * @return ShopCategory */ |
findByCategory($id, $specifyLanguage = false)|
/** * Fetch a ShopArticle object by category * * @param string $id * @return ShopCategory */ |
findAllPointArticles()|
/** * Fetch all Point articles * * @return Array */ |
findAllSales()|
/** * Fetch all sales articles * * @return Array */ |
findBySearch()|
/** * Fetch articles by searching. The parameters etc are fetched from $_GET etc. * * @return array */ |
loadCategories(&$shopArticle) defined on line 382loadRelatedCategories(&$shopArticle) defined on line 393loadMemberPrices(&$shopArticle) defined on line 416loadDiscounts(&$shopArticle) defined on line 427loadRelatedArticles(&$shopArticle) defined on line 438loadOptions(&$shopArticle) defined on line 449loadFreeFields(&$shopArticle) defined on line 465loadSendingData(&$shopArticle) defined on line 482populate($obj, $data)|
/** * Poplate the ShopCategory (DomainObject) with the data array. * * @param DomainObjectAbstract $obj * @param array $data * @return ShopCategory */ |
create($data = NULL)|
/** * Create a new ShopCategory DomainObject * * @return ShopCategory */ |
save($obj) defined on line 563_insert($obj)|
/** * Insert the DomainObject in persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
_update($obj)|
/** * Update the DomainObject in persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
delete($obj)|
/** * Delete the DomainObject from persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
ShopCategory defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopCategory.phpvalidate() defined on line 18getPicture($type = '') defined on line 27ShopCategoryMapper defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopCategoryMapper.phpfindById($id, $specifyLanguage = false)|
/** * Fetch a ShopCategory object by ID * * @param string $id * @return ShopCategory */ |
findByParent($id, $specifyLanguage = false)|
/** * Fetch a ShopCategory object by parent * * @param string $id * @return ShopCategory */ |
findByType($type)|
/** * Fetch a ShopCategory object by parent * * @param string $type * @return ShopCategory */ |
getNumArticles($id)|
/** * Get a number of articles in this category * * @param int $id * @return int */ |
populate($obj, $data)|
/** * Populate the ShopCategory (DomainObject) with the data array. * * @param DomainObjectAbstract $obj * @param array $data * @return ShopCategory */ |
create($data = NULL)|
/** * Create a new ShopCategory DomainObject * * @return ShopCategory */ |
save($obj) defined on line 201_insert($obj)|
/** * Insert the DomainObject in persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
_update($obj)|
/** * Update the DomainObject in persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
delete($obj)|
/** * Delete the DomainObject from persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
ShopOrder defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopOrder.phpvalidate() defined on line 88updatePrices() defined on line 99addArticle($article_id, $amount, $options, $attachment = '', $pointsUsed = false, $parent_id = -1)|
/** * ONLY FOR USE IN THE FRONT-OFFICE TO ADD A NEW ARTICLE TO A NEW ORDER * WITH EXISTING ORDERS THE ARTICLES ARE ADDED DIRECTLY TO THE ARTICLES ARRAY (via the mapper) * * This function adds a new article to a new order (FRONT-OFFICE ONLY) * * @param int $article_id * @param int $amount * @param int $options * @param string $attachment * @param boolean $pointsUsed - If the points system is used, either reward (false) or use (true) points * @param int $parent_id - Used when an article is added within the related articles */ |
removeArticle() defined on line 296getOrderArticleById($article_id)|
/** * Get all articles with the given article_id * * @param int $article_id * @return array */ |
fillClientDataFromCookie()|
/** * Fills the order with data from the cookie if there is any */ |
fillClientDataFromUser() defined on line 349determineAvailableSendingMethods()|
/** * Used in the front-office to determine all the possible sending methods * The methods are then stored in $this->sendMethods; */ |
setPaymentMethod($id, $setByUser)|
/** * This sets the payment method for a new order * Data saved: * - $this->payMethod->id * - $this->payMethod->name * - $this->payMethod->extraCost * - $this->payMethod->btw_id */ |
getStatusString()|
/** * Returns the status in string format */ |
loadAllEmptyExtraFields()|
/** * Used in new orders to load all extra fields. These can then be given a value. * In old orders the extra fields are retrieved from the database and only contain a name and value. */ |
getCurrentStep()|
/** * Determines and returns the current step in the order process * * @return string */ |
validateExtraFields() defined on line 558getArticleSummary() defined on line 566getCustomerString($plainText = false) defined on line 575getDeliveryAddress() defined on line 597getOrderSummary($hideTitle = false, $stage = '', $isMail = false)|
/** * Gives an HTML summary of the article. This is used in: cart, * checkout-control, order pages (front-office, back-office) * * @param boolean $hideTitle - hides the title * @param string $stage - manipulates the output to make it conform * the current page (e.g. cart layout is different than others) * @param boolean $isMail - manipulates the bijlage links.. * * @return string */ |
getShipmentBtwPercentage()|
/** * The reason for this function is the diverse use of the order summary. With new orders you need to get it differently than existing orders. */ |
checkCountrySendMethods() defined on line 640determineSendAndPaymentMethods($step) defined on line 730getPaymentBtwPercentage()|
/** * The reason for this function is the diverse use of the order summary. With new orders you need to get it differently than existing orders. */ |
getAttachments() defined on line 810calculateAvailablePoints() defined on line 820saveDeposits() defined on line 831checkDepositComplete() defined on line 855checkDepositPartiallyComplete() defined on line 868getAmountLeft() defined on line 881getAmountPaid() defined on line 886getAmountDepositLeft() defined on line 898getAmountDepositPaid() defined on line 908sendMailCustomer() defined on line 925sendMailAdmin() defined on line 1071updatePoints() defined on line 1218ShopOrderMapper defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopOrderMapper.phpfindById($id)|
/** * Fetch a ShopOrder object by ID * * @param string $id * @return ShopOrder */ |
findByUserId($client_id)|
/** * Fetch all orders from a specific client */ |
findAll()|
/** * Fetch all orders */ |
getNumOrders()|
/** * Get a number of orders * * @return int */ |
loadZoneID(&$obj)|
/** * Other load functions */ |
loadSendData(&$obj) defined on line 177loadPayData(&$obj) defined on line 218loadExtraFields(&$obj)|
/** * For existing orders only */ |
populate($obj, $data)|
/** * Poplate the ShopCategory (DomainObject) with the data array. * * @param DomainObjectAbstract $obj * @param array $data * @return ShopCategory */ |
create($data = NULL)|
/** * Create a new ShopCategory DomainObject * * @return ShopCategory */ |
save($obj, $updateArticles = false) defined on line 329_insert($obj)|
/** * Insert the DomainObject in persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
_update($obj, $updateArticles)|
/** * Update the DomainObject in persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
isOrderFromUser($order_id, $client_id)|
/** * Check if the order_id is ordered by the given client_id * * @param $order_id, $client_id * @return boolean */ |
delete($obj)|
/** * Delete the DomainObject from persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
ShopOrderArticle defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopOrderArticle.phpvalidate() defined on line 42setPrice($price) defined on line 48getBasePrice() defined on line 52getPrice() defined on line 56canDeposit() defined on line 60getDepositAmount($taxes = true) defined on line 75getTotalPrice() defined on line 108getBTWCost() defined on line 112getBTWSendCost() defined on line 116getDownloadName() defined on line 120getArticleCategory() defined on line 126getBestandsnaam() defined on line 132updatePrices()|
/** * Determines the price including options and the total price (NO BTW) */ |
getDepositEventDate() defined on line 191ShopOrderArticleMapper defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopOrderArticleMapper.phpfindByOrder($id)|
/** * Fetch a ShopArticle object by ID * * @param string $id * @return ShopCategory */ |
loadOptions(&$shopOrderArticle) defined on line 37populate($obj, $data)|
/** * Poplate the ShopCategory (DomainObject) with the data array. * * @param DomainObjectAbstract $obj * @param array $data * @return ShopCategory */ |
create($data = NULL)|
/** * Create a new ShopCategory DomainObject * * @return ShopCategory */ |
save($obj) defined on line 96_insert($obj)|
/** * Insert the DomainObject in persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
_update($obj)|
/** * Update the DomainObject in persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
delete($obj)|
/** * Delete the DomainObject from persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
ShopInvoice defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopInvoice.phpvalidate() defined on line 16sendMail() defined on line 24ShopInvoiceMapper defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopInvoiceMapper.phpfindById($id) defined on line 5findBetweenDates($start, $end) defined on line 29findByOrderId($order_id) defined on line 59findAll()|
/** * Fetch all invoices */ |
getNumInvoices()|
/** * Get a number of orders * * @return int */ |
populate($obj, $data)|
/** * Poplate the ShopCategory (DomainObject) with the data array. * * @param DomainObjectAbstract $obj * @param array $data * @return ShopCategory */ |
create($data = NULL)|
/** * Create a new ShopCategory DomainObject * * @return ShopCategory */ |
save($obj) defined on line 240_insert($obj)|
/** * Insert the DomainObject in persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
_update($obj)|
/** * Update the DomainObject in persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
delete($obj)|
/** * Delete the DomainObject from persistent storage * * @param DomainObjectAbstract $obj * @return boolean */ |
getInvoiceID($orderID)|
/** * Get invoice ID from database * @param order_id * @return invoice_id */ |
ShopPaymentAbstract defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentAbstract.phpdoAction()|
/** * Performs the next step for this payment method */ |
reset()|
/** * Resets the payment method */ |
getPaymentString()|
/** * Gives the payment string which can be saved with the order * * @return string */ |
ShopPaymentOverboeking defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentOverboeking.phpdoAction()|
/** * Performs the next step for this payment method */ |
reset() defined on line 14getPaymentString()|
/** * Gives the payment string which can be saved with the order * * @return string */ |
ShopPaymentIncasso defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentIncasso.phpdoAction()|
/** * Performs the next step for this payment method */ |
processRekeningNummer() defined on line 32reset() defined on line 59getPaymentString()|
/** * Gives the payment string which can be saved with the order * * @return string */ |
ShopPaymentRembours defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentRembours.phpdoAction()|
/** * Performs the next step for this payment method */ |
reset() defined on line 14getPaymentString()|
/** * Gives the payment string which can be saved with the order * * @return string */ |
ShopPaymentContantpin defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentContantpin.phpdoAction()|
/** * Performs the next step for this payment method */ |
reset() defined on line 14getPaymentString()|
/** * Gives the payment string which can be saved with the order * * @return string */ |
ShopPaymentIdeal defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentIdeal.phpdoAction()|
/** * Performs the next step for this payment method */ |
redirectToBuckaroo()|
/** * redirect to buckaroo payment page */ |
verifyPayment() defined on line 80callBuckaroo($json, $type)|
/** * Posts and get result from buckaroo */ |
reset() defined on line 192getPaymentString()|
/** * Gives the payment string which can be saved with the order * * @return string */ |
ShopPaymentPaypal defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentPaypal.phpdoAction()|
/** * Performs the next step for this payment method */ |
redirectToBuckaroo() defined on line 23verifyPayment() defined on line 88reset() defined on line 190getPaymentString()|
/** * Gives the payment string which can be saved with the order * * @return string */ |
ShopPaymentCreditcard defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentCreditcard.phpdoAction()|
/** * Performs the next step for this payment method */ |
redirectToBuckaroo() defined on line 23verifyPayment() defined on line 88reset() defined on line 190getPaymentString()|
/** * Gives the payment string which can be saved with the order * * @return string */ |
ShopPaymentBancontact defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentBancontact.phpdoAction()|
/** * Performs the next step for this payment method */ |
redirectToBuckaroo() defined on line 23verifyPayment() defined on line 89reset() defined on line 190getPaymentString()|
/** * Gives the payment string which can be saved with the order * * @return string */ |
ShopPaymentSofort defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentSofort.phpdoAction()|
/** * Performs the next step for this payment method */ |
redirectToBuckaroo() defined on line 23verifyPayment() defined on line 88reset() defined on line 190getPaymentString()|
/** * Gives the payment string which can be saved with the order * * @return string */ |
ShopPaymentSpraypay defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentSpraypay.phpdoAction()|
/** * Performs the next step for this payment method */ |
redirectToBuckaroo() defined on line 23verifyPayment() defined on line 192reset() defined on line 294getPaymentString()|
/** * Gives the payment string which can be saved with the order * * @return string */ |
ShopPaymentBuckaroo defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentBuckaroo.phpdoAction()|
/** * Performs the next step for this payment method */ |
redirectToBuckaroo()|
/** * redirect to buckaroo payment page */ |
verifyPayment() defined on line 75callBuckaroo($json, $type)|
/** * Posts and get result from buckaroo */ |
reset()|
/** * reset */ |
getPaymentString() defined on line 192License defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/License.php__construct($shopOrder) defined on line 13sendLicense() defined on line 19getLicenseByOrder($orderid) defined on line 60isLicenseActive() defined on line 72getNewLicenseId() defined on line 108getLicense($userid) defined on line 117callAPI($email) defined on line 129sendMail($license) defined on line 147SynValidation defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/validation.class.php__construct() defined on line 15isBool($string)|
/** * Different from standard is_bool() * This will also return true for strings like "1" * @return boolean */ |
isNumber($string)|
/** * Also different from standard is_numeric() but also SynValidation::isNumeric() * this function may only contain numbers * Only positive numbers (because - isn't a number) * Same goes for things like dot, spaces and others * @return boolean */ |
isDate($string)|
/** * Checks if a string can be converted to a date * @return boolean */ |
isValidDate($string)|
/** * Checks if a string is a valid date * @return boolean */ |
isAlphaNumeric($string)|
/** * @return boolean */ |
isName($string)|
/** * Same as isAlphaNumeric() only spaces are also allowed */ |
containsSpecialAlphaCharacters($str)|
/** * Returns true when it contains characters like ä, ß, í etc * Only works for charsets that are backwards compatible with ASCII (UTF-8, ISO-8859-1) * @return string */ |
isValidString($string, $allowed = '-._')|
/** * Handy function if you want to validate strings with extra characters * @return boolean */ |
isNumeric($num)|
/** * Extended function that also supports +/-, comma's and spaces * @return boolean */ |
isOdd($num)|
/** * Checks if a number is odd * @return boolean */ |
isImageFilename($str)|
/** * @return boolean */ |
isIP($string)|
/** * Check if a string is a (valid) IPv4- or IPv6-adress * @return boolean */ |
isIPv4($string)|
/** * Check if a string is a (valid) IPv4-adress * @return boolean */ |
isIPv6($ip)|
/** * Check if a string is a (valid) IPv6-adress * @return boolean */ |
isPrivateIP($in)|
/** * Check if the IPv4 is valid and a private IP (for example 192.168.1.1) * @return boolean */ |
isEmail($string)|
/** * Checks for a valid email adress * @return boolean */ |
ucasePercent($str)|
/** * Calculates the percentage of uppercase characters, handy if you want to block titles with too much uppercase * Return 50 when there's less then 4 characters * @return int Percentage */ |
isPostalCode($string)|
/** * @return boolean */ |
hasWhitespace($string)|
/** * @return boolean */ |
isURL($url)|
/** * @return boolean */ |
contains($needle, $haystack, $casesensitive = true)|
/** * Checks if the needle-string is a part of or equals the haystack-string * @return boolean */ |
ComposerAutoloaderInit98d4bd73c7bc535389cdad953e5d2f71 defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/vendor/composer/autoload_real.phploadClassLoader($class) defined on line 9getLoader() defined on line 16Composer\Autoload\ClassLoader defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/vendor/composer/ClassLoader.phpgetPrefixes() defined on line 59getPrefixesPsr4() defined on line 68getFallbackDirs() defined on line 73getFallbackDirsPsr4() defined on line 78getClassMap() defined on line 83addClassMap($classMap)|
/** * @param array $classMap Class to filename map */ |
add($prefix, $paths, $prepend = false)|
/** * Registers a set of PSR-0 directories for a given prefix, either * appending or prepending to the ones previously set for this prefix. * * @param string $prefix The prefix * @param array|string $paths The PSR-0 root directories * @param bool $prepend Whether to prepend the directories */ |
addPsr4($prefix, $paths, $prepend = false)|
/** * Registers a set of PSR-4 directories for a given namespace, either * appending or prepending to the ones previously set for this namespace. * * @param string $prefix The prefix/namespace, with trailing '\\' * @param array|string $paths The PSR-4 base directories * @param bool $prepend Whether to prepend the directories * * @throws \InvalidArgumentException */ |
set($prefix, $paths)|
/** * Registers a set of PSR-0 directories for a given prefix, * replacing any others previously set for this prefix. * * @param string $prefix The prefix * @param array|string $paths The PSR-0 base directories */ |
setPsr4($prefix, $paths)|
/** * Registers a set of PSR-4 directories for a given namespace, * replacing any others previously set for this namespace. * * @param string $prefix The prefix/namespace, with trailing '\\' * @param array|string $paths The PSR-4 base directories * * @throws \InvalidArgumentException */ |
setUseIncludePath($useIncludePath)|
/** * Turns on searching the include path for class files. * * @param bool $useIncludePath */ |
getUseIncludePath()|
/** * Can be used to check if the autoloader uses the include path to check * for classes. * * @return bool */ |
setClassMapAuthoritative($classMapAuthoritative)|
/** * Turns off searching the prefix and fallback directories for classes * that have not been registered with the class map. * * @param bool $classMapAuthoritative */ |
isClassMapAuthoritative()|
/** * Should class lookup fail if not found in the current class map? * * @return bool */ |
register($prepend = false)|
/** * Registers this instance as an autoloader. * * @param bool $prepend Whether to prepend the autoloader or not */ |
unregister()|
/** * Unregisters this instance as an autoloader. */ |
loadClass($class)|
/** * Loads the given class or interface. * * @param string $class The name of the class * @return bool|null True if loaded, null otherwise */ |
findFile($class)|
/** * Finds the path to the file where the class is defined. * * @param string $class The name of the class * * @return string|false The path if found, false otherwise */ |
findFileWithExtension($class, $ext) defined on line 344SynTemplate defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/template.class.phpcheckValue($key, $value) defined on line 37addGlobalAssign($assign, $replace = NULL)|
/** * Adds a global assign * This assign will be used in every SynTemplate-object * @param $assign The name of the variable or array with variable as key's */ |
__construct($file = NULL)|
/** * Constructor * @param $file Path to file, if empty, then setFile() needs to be called */ |
setFile($tpl)|
/** * Sets the template which will be used for parsing */ |
parse()|
/** * Parses the template * @return string Returns parsed content of the template */ |
hasError()|
/** * Checks if the template has any errors (including notices) after parsing * @boolean */ |
errorHandler($errno, $errstr, $errfile, $errline)|
/** * Internal error handler */ |
assign($assign, $replace = NULL)|
/** * Assigns a variable to the template * This can be done in 2 ways, examples: * $tpl->assign('isError', false ); * or * $tpl->assign( array( 'isError' => false, 'success' => true ) ); */ |
__toString()|
/** * Shorthand for parse() */ |
offsetSet($offset, $value) defined on line 247offsetExists($offset) defined on line 252offsetUnset($offset) defined on line 257offsetGet($offset) defined on line 262SynFilters defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/filters.class.php__construct() defined on line 14formatNiceURL($str)|
/** * Accepts a normal sentence (string) and converts it into a human-readable string which can be appended to an URL * @param string * @return string */ |
removeWhitespace($c)|
/** * Remove all whitespace from the string * @param string * @return string */ |
converSpecialAlphaCharacters($str)|
/** * This converts characters with umlauts and other signs to normal a-z characters * @param string * @return string */ |
formatFilesize($bytes, $round = 2)|
/** * Converts a filesize to nice readable filesize * For example: formatFilesize(2556, 1) becomes 2,5 KB * @param $bytes The number of bytes * @param $round How many numbers after decimal point * @return string */ |
formatTime($time)|
/** * Formats a timestamp to a string that shows the duration in a readable string * @param UNIX timestamp * @return string For example: 2 weeks, 3 days and 14 seconds */ |
cleanupPath($p)|
/** * Cleans up absolute path for display (also makes it relative to www-root) */ |
checkDirectoryPath($p)|
/** * Returns path with a slash at the end */ |
recursiveStripslashes($i)|
/** * Recursively strips the slashes * Note: Expects values in the array are all strings */ |
recursiveAddslashes($i)|
/** * Recursively adds slashes to every string * Note: Expects values in the array are all strings */ |
recursiveTrim($i)|
/** * Recursively trims every string in the array * Note: Expects values in the array are all strings */ |
FirePHP defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/external/firephp.class.php__construct()|
/** * The object constructor */ |
__sleep()|
/** * When the object gets serialized only include specific object members. * * @return array */ |
getInstance($AutoCreate = false)|
/** * Gets singleton instance of FirePHP * * @param boolean $AutoCreate * @return FirePHP */ |
init()|
/** * Creates FirePHP object and stores it for singleton access * * @return FirePHP */ |
setEnabled($Enabled)|
/** * Enable and disable logging to Firebug * * @param boolean $Enabled TRUE to enable, FALSE to disable * @return void */ |
getEnabled()|
/** * Check if logging is enabled * * @return boolean TRUE if enabled */ |
setObjectFilter($Class, $Filter)|
/** * Specify a filter to be used when encoding an object * * Filters are used to exclude object members. * * @param string $Class The class name of the object * @param array $Filter An array of members to exclude * @return void */ |
setOptions($Options)|
/** * Set some options for the library * * Options: * - maxObjectDepth: The maximum depth to traverse objects (default: 10) * - maxArrayDepth: The maximum depth to traverse arrays (default: 20) * - useNativeJsonEncode: If true will use json_encode() (default: true) * - includeLineNumbers: If true will include line numbers and filenames (default: true) * * @param array $Options The options to be set * @return void */ |
getOptions()|
/** * Get options from the library * * @return array The currently set options */ |
registerErrorHandler($throwErrorExceptions = true)|
/** * Register FirePHP as your error handler * * Will throw exceptions for each php error. * * @return mixed Returns a string containing the previously defined error handler (if any) */ |
errorHandler($errno, $errstr, $errfile, $errline, $errcontext)|
/** * FirePHP's error handler * * Throws exception for each php error that will occur. * * @param int $errno * @param string $errstr * @param string $errfile * @param int $errline * @param array $errcontext */ |
registerExceptionHandler()|
/** * Register FirePHP as your exception handler * * @return mixed Returns the name of the previously defined exception handler, * or NULL on error. * If no previous handler was defined, NULL is also returned. */ |
exceptionHandler($Exception)|
/** * FirePHP's exception handler * * Logs all exceptions to your firebug console and then stops the script. * * @param Exception $Exception * @throws Exception */ |
registerAssertionHandler($convertAssertionErrorsToExceptions = true, $throwAssertionExceptions = false)|
/** * Register FirePHP driver as your assert callback * * @param boolean $convertAssertionErrorsToExceptions * @param boolean $throwAssertionExceptions * @return mixed Returns the original setting or FALSE on errors */ |
assertionHandler($file, $line, $code)|
/** * FirePHP's assertion handler * * Logs all assertions to your firebug console and then stops the script. * * @param string $file File source of assertion * @param int $line Line source of assertion * @param mixed $code Assertion code */ |
setProcessorUrl($URL)|
/** * Set custom processor url for FirePHP * * @param string $URL */ |
setRendererUrl($URL)|
/** * Set custom renderer url for FirePHP * * @param string $URL */ |
group($Name, $Options = NULL)|
/** * Start a group for following messages. * * Options: * Collapsed: [true|false] * Color: [#RRGGBB|ColorName] * * @param string $Name * @param array $Options OPTIONAL Instructions on how to log the group * @return true * @throws Exception */ |
groupEnd()|
/** * Ends a group you have started before * * @return true * @throws Exception */ |
log($Object, $Label = NULL)|
/** * Log object with label to firebug console * * @see FirePHP::LOG * @param mixes $Object * @param string $Label * @return true * @throws Exception */ |
info($Object, $Label = NULL)|
/** * Log object with label to firebug console * * @see FirePHP::INFO * @param mixes $Object * @param string $Label * @return true * @throws Exception */ |
warn($Object, $Label = NULL)|
/** * Log object with label to firebug console * * @see FirePHP::WARN * @param mixes $Object * @param string $Label * @return true * @throws Exception */ |
error($Object, $Label = NULL)|
/** * Log object with label to firebug console * * @see FirePHP::ERROR * @param mixes $Object * @param string $Label * @return true * @throws Exception */ |
dump($Key, $Variable)|
/** * Dumps key and variable to firebug server panel * * @see FirePHP::DUMP * @param string $Key * @param mixed $Variable * @return true * @throws Exception */ |
trace($Label)|
/** * Log a trace in the firebug console * * @see FirePHP::TRACE * @param string $Label * @return true * @throws Exception */ |
table($Label, $Table)|
/** * Log a table in the firebug console * * @see FirePHP::TABLE * @param string $Label * @param string $Table * @return true * @throws Exception */ |
detectClientExtension()|
/** * Check if FirePHP is installed on client * * @return boolean */ |
fb($Object)|
/** * Log varible to Firebug * * @see http://www.firephp.org/Wiki/Reference/Fb * @param mixed $Object The variable to be logged * @return true Return TRUE if message was added to headers, FALSE otherwise * @throws Exception */ |
_standardizePath($Path)|
/** * Standardizes path for windows systems. * * @param string $Path * @return string */ |
_escapeTrace($Trace)|
/** * Escape trace path for windows systems * * @param array $Trace * @return array */ |
_escapeTraceFile($File)|
/** * Escape file information of trace for windows systems * * @param string $File * @return string */ |
setHeader($Name, $Value)|
/** * Send header * * @param string $Name * @param string_type $Value */ |
getUserAgent()|
/** * Get user agent * * @return string|false */ |
newException($Message)|
/** * Returns a new exception * * @param string $Message * @return Exception */ |
jsonEncode($Object, $skipObjectEncode = false)|
/** * Encode an object into a JSON string * * Uses PHP's jeson_encode() if available * * @param object $Object The object to be encoded * @return string The JSON string */ |
encodeTable($Table)|
/** * Encodes a table by encoding each row and column with encodeObject() * * @param array $Table The table to be encoded * @return array */ |
encodeObject($Object, $ObjectDepth = 1, $ArrayDepth = 1)|
/** * Encodes an object including members with * protected and private visibility * * @param Object $Object The object to be encoded * @param int $Depth The current traversal depth * @return array All members of the object */ |
is_utf8($str)|
/** * Returns true if $string is valid UTF-8 and false otherwise. * * @param mixed $str String to be tested * @return boolean */ |
json_utf82utf16($utf8)|
/** * convert a string from one UTF-8 char to one UTF-16 char * * Normally should be handled by mb_convert_encoding, but * provides a slower PHP-only method for installations * that lack the multibye string extension. * * @param string $utf8 UTF-8 character * @return string UTF-16 character * @access private */ |
json_encode($var)|
/** * encodes an arbitrary variable into JSON format * * @param mixed $var any number, boolean, string, array, or object to be encoded. * see argument 1 to Services_JSON() above for array-parsing behavior. * if var is a strng, note that encode() always expects it * to be in ASCII or UTF-8 format! * * @return mixed JSON string representation of input var or an error if a problem occurs * @access public */ |
json_name_value($name, $value)|
/** * array-walking function for use in generating JSON-formatted name-value pairs * * @param string $name name of key to use * @param mixed $value reference to an array element to be encoded * * @return string JSON-formatted name-value pair, like '"name":value' * @access private */ |
VarToHTML defined in /home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/templates/bsod.tpl.php__construct($var, $arguments = false) defined on line 69show($var) defined on line 79showArguments($var) defined on line 98hasSub($var) defined on line 110getObjectVars($obj) defined on line 132iterateSub($list, $depth = 0, $noKey = false) defined on line 150iterateObject($obj, $depth = 0) defined on line 192showSub($var, $depth = 0, $arguments = false) defined on line 246getTypeToString($var) defined on line 265isDirectShowable($var) defined on line 292
Linux dev 6.1.0-34-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.135-1 (2025-04-25) x86_64Apache/27.4.33Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, calendar, ctype, curl, dom, hash, FFI, fileinfo, filter, ftp, gd, gettext, SPL, iconv, intl, json, mbstring, session, standard, mysqlnd, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, mysqli, shmop, SimpleXML, soap, sockets, sodium, exif, sysvmsg, sysvsem, sysvshm, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, cgi-fcgi, imagick, ldap, mcryptprojects2021.02/home/projects/domains/sitetoedit.tharprojects.nl/public_html/index.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/common/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/syntagma.class.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/errors.class.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/io.class.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/log.class.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/common/config.inc.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/database.class.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/databasequery.class.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ClassLoader.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/MapperAbstract.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/DomainObjectAbstract.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/Shop.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopArticle.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopArticleMapper.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopCategory.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopCategoryMapper.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopOrder.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopOrderMapper.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopOrderArticle.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopOrderArticleMapper.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopInvoice.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopInvoiceMapper.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentAbstract.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentOverboeking.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentIncasso.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentRembours.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentContantpin.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentIdeal.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentPaypal.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentCreditcard.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentBancontact.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentSofort.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentSpraypay.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/ShopPaymentBuckaroo.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/classes/License.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/lang/de.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/validation.class.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/lang/en.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/lang/nl.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/vendor/autoload.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/vendor/composer/autoload_real.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/vendor/composer/ClassLoader.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/vendor/composer/autoload_namespaces.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/vendor/composer/autoload_psr4.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/vendor/composer/autoload_classmap.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/template.class.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/planner/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/popover/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/carrousel/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/functions.inc.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/languages/de.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/languages/en.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/languages/nl.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/diashow/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/scrollnews/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/guestbook/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/guestbook/languages/de.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/guestbook/languages/en.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/guestbook/languages/nl.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/specialoffers/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/aed/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/sitemap/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/bouwtekeningen/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/wensen/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/wensen/languages/de.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/wensen/languages/en.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/wensen/languages/nl.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/relatedinfo/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/header2/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/photoalbum/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/photoalbum/languages/de.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/photoalbum/languages/en.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/photoalbum/languages/nl.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/mailinglist/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/mailinglist/languages/de.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/mailinglist/languages/en.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/mailinglist/languages/nl.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/calendar/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/calendar/languages/de.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/calendar/languages/en.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/calendar/languages/nl.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/googlemaps/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/googlemaps/languages/de.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/googlemaps/languages/en.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/googlemaps/languages/nl.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/newsblog/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/newsblog/languages/de.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/newsblog/languages/en.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/newsblog/languages/nl.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/tvviewer/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/reactforms/common.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/reactforms/languages/de.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/reactforms/languages/en.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/reactforms/languages/nl.lang.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/templates/login_snippet.tpl.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/modules/webshop/shop.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/classes/filters.class.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/external/firephp.class.php/home/projects/domains/sitetoedit.tharprojects.nl/public_html/syntagma/templates/bsod.tpl.php/index.php/index.phpCGI/1.1/home/projects/domains/sitetoedit.tharprojects.nl/private_html216.73.216.14344377.222.88.25www.sitetoedit.tharprojects.nl100128M409664M00064M