TQuestion
in package
Question Dialog
Tags
Table of Contents
Methods
- __construct() : mixed
- Class Constructor
Methods
__construct()
Class Constructor
public
__construct(mixed $message[, mixed $action_yes = NULL ][, mixed $action_no = NULL ][, mixed $title_msg = '' ][, mixed $label_yes = '' ][, mixed $label_no = '' ]) : mixed
Parameters
- $message : mixed
-
A string containint the question
- $action_yes : mixed = NULL
-
Action taken for YES response
- $action_no : mixed = NULL
-
Action taken for NO response
- $title_msg : mixed = ''
-
Dialog Title
- $label_yes : mixed = ''
- $label_no : mixed = ''