示例#1
0
	/**
	 * Constructor.
	 */
	public function __construct()
	{
		parent::__construct();

		$this->SetName(GetLang('LivePersonName'));
		$this->SetImage('logo.gif');
	}
示例#2
0
	/**
	 * Constructor.
	 */
	public function __construct()
	{
		parent::__construct();

		$this->SetName(GetLang('CustomName'));
		$this->SetHelpText(GetLang('CustomHelp'));
	}