__construct() public method

public __construct ( $message = null, $text = null, $reference = null, $contact = null )
Esempio n. 1
0
 function __construct($message, $return_to, $trust_root)
 {
     parent::__construct($message, "Untrusted return_to URL");
     $this->return_to = $return_to;
     $this->trust_root = $trust_root;
 }