doc cmail class
This commit is contained in:
parent
e020597ba7
commit
2179e2011e
@ -68,8 +68,10 @@ class CMailFile
|
|||||||
var $smtps; // Contains SMTPs object (if this method is used)
|
var $smtps; // Contains SMTPs object (if this method is used)
|
||||||
var $phpmailer; // Contains PHPMailer object (if this method is used)
|
var $phpmailer; // Contains PHPMailer object (if this method is used)
|
||||||
|
|
||||||
//CSS
|
/**
|
||||||
var $css;
|
* @var string CSS
|
||||||
|
*/
|
||||||
|
public $css;
|
||||||
//! Defined css style for body background
|
//! Defined css style for body background
|
||||||
var $styleCSS;
|
var $styleCSS;
|
||||||
//! Defined background directly in body tag
|
//! Defined background directly in body tag
|
||||||
@ -944,7 +946,7 @@ class CMailFile
|
|||||||
/**
|
/**
|
||||||
* Build a css style (mode = all) into this->styleCSS and this->bodyCSS
|
* Build a css style (mode = all) into this->styleCSS and this->bodyCSS
|
||||||
*
|
*
|
||||||
* @return css
|
* @return string
|
||||||
*/
|
*/
|
||||||
function buildCSS()
|
function buildCSS()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user