Search for LE
Search API
| Name | Type | Location | Description |
|---|---|---|---|
| LEGEND_VERTICAL | constant |
inc/ |
|
| GRADIENT_SIMPLE | constant |
inc/ |
|
|
PHPMailer:: |
function |
inc/ |
Create a message and send it. Uses the sending method specified by $Mailer. |
|
PHPMailer:: |
property |
inc/ |
Comma separated list of DSN notifications 'NEVER' under no circumstances a DSN must be returned to the sender. If you use NEVER all other notifications will be ignored. 'SUCCESS' will notify you when your mail has arrived at its… |
| DatabaseHandler | class |
custom/ |
|
| db_table_exists | function |
includes/ |
Returns TRUE if the table specified exists or not. |
| SCALE_SKIP_NONE | constant |
inc/ |
|
|
PHPMailer:: |
function |
inc/ |
Get an error message in the current language. |
|
pDraw:: |
function |
inc/ |
|
| CAPTION_LEFT_TOP | constant |
inc/ |
|
| hook_clear_cache | function |
includes/ |
Allows each module to perform actions when the cache is cleared. |
|
_Course:: |
function |
classes/ |
This is the magic method __sleep(). PHP will call this method any time this object is being serialized. It is supposed to return an array of all the variables which need to be serialized. |
|
PHPMailer:: |
function |
inc/ |
Add a "CC" address. |
|
PHPMailer:: |
property |
inc/ |
The default SMTP server port. |
|
PHPMailer:: |
property |
inc/ |
An HTML or plain text message body. If HTML then call isHTML(true). |
| _DatabaseHandler | class |
classes/ |
|
|
pImage:: |
function |
inc/ |
|
|
PHPMailer:: |
function |
inc/ |
Return the current line break format string. |
|
PHPMailer:: |
function |
inc/ |
Set the line break format string, e.g. "\r\n". |
|
PHPMailer:: |
property |
inc/ |
SMTP hosts. Either a single hostname or multiple semicolon-delimited hostnames. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com"). You can also specify… |
|
PHPMailer:: |
property |
inc/ |
The From email address for the message. |
|
PHPMailer:: |
property |
inc/ |
An iCal message part body. Only supported in simple alt or alt_inline message types To generate iCal event structures, use classes like EasyPeasyICS or iCalcreator. |
|
PHPMailer:: |
property |
inc/ |
The SMTP HELO of the message. Default is $Hostname. If $Hostname is empty, PHPMailer attempts to find one with the same method described above for $Hostname. |
|
PHPMailer:: |
property |
inc/ |
An instance of the SMTP sender class. |
|
pDraw:: |
function |
inc/ |
|
|
PHPMailer:: |
function |
inc/ |
Send messages using PHP's mail() function. |
|
pData:: |
function |
inc/ |
|
|
PHPMailer:: |
function |
inc/ |
Output debugging info via user-defined method. Only generates output if SMTP debug output is enabled ( |
|
PHPMailer:: |
property |
inc/ |
An instance of the PHPMailer OAuth class. |
| LEGEND_FAMILY_BOX | constant |
inc/ |
|
| LEGEND_HORIZONTAL | constant |
inc/ |
|
|
pImage:: |
function |
inc/ |
|
|
PHPMailer:: |
function |
inc/ |
Add a "BCC" address. |
|
_Semester:: |
property |
classes/ |
|
| SCALE_MODE_MANUAL | constant |
inc/ |
|
| fp_get_files_path | function |
includes/ |
Convenience function to return the /files system path. Does NOT end with a trailing slash. |
| SCALE_MODE_ADDALL | constant |
inc/ |
|
|
PHPMailer:: |
function |
inc/ |
Sets message type to HTML or plain. |
| SCALE_MODE_START0 | constant |
inc/ |
|
|
pDraw:: |
function |
inc/ |
|
| get_modules_menus | function |
includes/ |
Similar to get_modules_permissions, this will scan through all installed modules' hook_menu() functions, and assemble an array which is sorted by "location" and then by "weight". |
| fp_render_element | function |
includes/ |
Returns the HTML to render this form (or content) element to the screen. $name is the HTML machine name. $element is an array containing all we need to render it. If you want default values to be taken from the SESSION (because we had form_errors,… |
|
PHPMailer:: |
function |
inc/ |
Send messages using SMTP. |
| _fp_error_handler | function |
includes/ |
This is our custom error handler, which will intercept PHP warnings, notices, etc, and let us display them, log them, etc. |
|
pData:: |
function |
inc/ |
|
| LABEL_POINT_CIRCLE | constant |
inc/ |
|
|
pDraw:: |
function |
inc/ |
|
|
PHPMailer:: |
property |
inc/ |
The envelope sender of the message. This will usually be turned into a Return-Path header by the receiver, and is the address that bounces will be sent to. If not empty, will be passed via `-f` to sendmail or as the 'MAIL FROM' value over SMTP. |
|
PHPMailer:: |
property |
inc/ |
Which method to use to send mail. Options: "mail", "sendmail", or "smtp". |
| system_clear_cache | function |
modules/ |
Implements hook_clear_cache Take care of clearing caches managed by this module |
