bootstrap.php
Table of Contents
Constants
- CIVICRM_CONTAINER_CACHE = 'never'
- CIVICRM_TEST = 1
Functions
- cv() : string
- Call the "cv" command.
Constants
CIVICRM_CONTAINER_CACHE
public
mixed
CIVICRM_CONTAINER_CACHE
= 'never'
CIVICRM_TEST
public
mixed
CIVICRM_TEST
= 1
Functions
cv()
Call the "cv" command.
cv(string $cmd[, string $decode = 'json' ]) : string
Parameters
- $cmd : string
-
The rest of the command to send.
- $decode : string = 'json'
-
Ex: 'json' or 'phpcode'.
Tags
Return values
string —Response output (if the command executed normally).