public function __construct() { parent::__construct(); $this->TagName = "div"; $this->ClassList[] = "PhoenixEngine"; $this->PlaceID = null; }
public function __construct($id, $userName) { parent::__construct($id); $this->Buddies = array(); $this->UserName = $userName; $this->Panels = array(); $this->PlaceholderText = "Type your message and press ENTER to send..."; $this->Position = ChatBarPosition::Bottom; }
public function __construct($id) { parent::__construct($id); $this->ContentURL = null; $this->RequestMethod = "GET"; }
public function __construct() { parent::__construct(); $this->TagName = "span"; }