/** * Constructor. */ public function __construct() { parent::__construct(); $this->SetName(GetLang('LivePersonName')); $this->SetImage('logo.gif'); }
/** * Constructor. */ public function __construct() { parent::__construct(); $this->SetName(GetLang('CustomName')); $this->SetHelpText(GetLang('CustomHelp')); }