Exemple #1
0
 public function __construct($name = null, $label = null, $type = '0', $sep1 = "\n", $sep2 = '|')
 {
     parent::__construct($name, $label, $type, $sep1, $sep2);
     trigger_error("CSysKey has been deprecated in v3.0 and will be removed by v4.0. Please use CSystem_SysKey instead.", E_USER_NOTICE);
 }