*
* @return Mail_mime The mail object
*/
- public function &compose($job_id, $event_queue_id, $hash, $contactId,
+ public function &compose(
+ $job_id, $event_queue_id, $hash, $contactId,
$email, &$recipient, $test,
$contactDetails, &$attachments, $isForward = FALSE,
$fromEmail = NULL, $replyToEmail = NULL
*
* @return array|null
*/
- static function defaultReturnProperties($mode,
+ static function defaultReturnProperties(
+ $mode,
$includeCustomFields = TRUE
) {
*
* @return Object
*/
- static function mailingQuery($mailingID,
+ static function mailingQuery(
+ $mailingID,
$offset = NULL, $limit = NULL
) {
$limitString = NULL;
* @return array Result set
* @static
*/
- public static function &getRows($mailing_id, $job_id = NULL,
+ public static function &getRows(
+ $mailing_id, $job_id = NULL,
$is_distinct = FALSE, $offset = NULL, $rowCount = NULL, $sort = NULL
) {
* @return array Result set
* @static
*/
- public static function &getRows($mailing_id, $job_id = NULL,
+ public static function &getRows(
+ $mailing_id, $job_id = NULL,
$is_distinct = FALSE, $offset = NULL, $rowCount = NULL, $sort = NULL, $is_test = 0
) {
* @return int Number of rows in result set
* @static
*/
- public static function getTotalCount($mailing_id, $job_id = NULL,
+ public static function getTotalCount(
+ $mailing_id, $job_id = NULL,
$is_distinct = FALSE
) {
$dao = new CRM_Core_DAO();
* @return array Result set
* @static
*/
- public static function &getRows($mailing_id, $job_id = NULL,
+ public static function &getRows(
+ $mailing_id, $job_id = NULL,
$is_distinct = FALSE, $offset = NULL, $rowCount = NULL, $sort = NULL
) {
* @return int Number of rows in result set
* @static
*/
- public static function getTotalCount($mailing_id,
+ public static function getTotalCount(
+ $mailing_id,
$job_id = NULL,
$is_distinct = FALSE,
$toDate = NULL
* @return array Result set
* @static
*/
- public static function &getRows($mailing_id, $job_id = NULL,
+ public static function &getRows(
+ $mailing_id, $job_id = NULL,
$is_distinct = FALSE, $offset = NULL, $rowCount = NULL, $sort = NULL, $contact_id = NULL
) {
$dao = new CRM_Core_Dao();
* @return array Result set
* @static
*/
- public static function &getRows($mailing_id, $job_id = NULL, $offset = NULL,
+ public static function &getRows(
+ $mailing_id, $job_id = NULL, $offset = NULL,
$rowCount = NULL, $sort = NULL
) {
$dao = new CRM_Core_Dao();
* @return int Number of rows in result set
* @static
*/
- public static function getTotalCount($mailing_id, $job_id = NULL,
+ public static function getTotalCount(
+ $mailing_id, $job_id = NULL,
$is_distinct = FALSE
) {
$dao = new CRM_Core_DAO();
* @return array Result set
* @static
*/
- public static function &getRows($mailing_id, $job_id = NULL,
+ public static function &getRows(
+ $mailing_id, $job_id = NULL,
$is_distinct = FALSE, $offset = NULL, $rowCount = NULL, $sort = NULL
) {
* @return int Number of rows in result set
* @static
*/
- public static function getTotalCount($mailing_id, $job_id = NULL,
+ public static function getTotalCount(
+ $mailing_id, $job_id = NULL,
$is_distinct = FALSE, $url_id = NULL, $toDate = NULL
) {
$dao = new CRM_Core_DAO();
* @return array Result set
* @static
*/
- public static function &getRows($mailing_id, $job_id = NULL,
+ public static function &getRows(
+ $mailing_id, $job_id = NULL,
$is_distinct = FALSE, $url_id,
$offset = NULL, $rowCount = NULL, $sort = NULL, $contact_id = NULL
) {
* @return int Number of rows in result set
* @static
*/
- public static function getTotalCount($mailing_id, $job_id = NULL,
+ public static function getTotalCount(
+ $mailing_id, $job_id = NULL,
$is_distinct = FALSE, $org_unsubscribe = NULL, $toDate = NULL
) {
$dao = new CRM_Core_DAO();
* @return array Result set
* @static
*/
- public static function &getRows($mailing_id, $job_id = NULL,
+ public static function &getRows(
+ $mailing_id, $job_id = NULL,
$is_distinct = FALSE, $offset = NULL, $rowCount = NULL, $sort = NULL,
$org_unsubscribe = NULL
) {
* @return \CRM_Mailing_Selector_Search
@access public
*/
- function __construct(&$queryParams,
+ function __construct(
+ &$queryParams,
$action = CRM_Core_Action::NONE,
$mailingClause = NULL,
$single = FALSE,