__construct() public method

Constructor.
public __construct ( mixed $data = null, mixed $tasks = null )
$data mixed Response data to send to browser.
$tasks mixed Task data to send to browser.
示例#1
0
文件: Reload.php 项目: horde/horde
 /**
  * Constructor.
  *
  * @param mixed $data  Response data to send to browser. For this class,
  *                     this can be the URL to redirect to. If null, will
  *                     reload the current URL of the browser.
  */
 public function __construct($data = null)
 {
     parent::__construct($data);
 }