Parameters data Data to chache
id Cached data ID
[group] Cached data group
Returns true if the item is stored
&_getStorageHandler( ) : JCacheStorage
Gets the cache storage handler. If the handler does not exist it will be created.
Returns Cache storage object
JMail
extends PHPMailer
Sends emails.
Appendix
[ 425 ]
Constructors
JMail( ) : JMail
Builds a new JMail object.
Methods
addAtachment( attachment : mixed ) : void
Adds one attachment if attachment is a string (filename). Adds multiple attachments if
attachment is an array (filenames).
Parameters
attachment
Attachment file path or array of attachment
file paths
addBCC( bcc : mixed ) : void
Adds one blind carbon copy recipient if bcc is a string. Adds multiple blind carbon copy
recipients if bcc is an array.
Parameters
bcc
Email address string or array of email
addresses
addCC( cc : mixed ) : void
Adds one carbon copy recipient if cc is a string. Adds multiple carbon copy recipients if cc
is an array.
Parameters
cc
Email address string or array of email
addresses
addRecipient( recipient : mixed ) : void
Adds one recipient if recipient is a string.
Pages:
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589