示例#1
0
 public function __construct($name = '', $threshold = 0, $messageHtml = '', array $popupInfo = null)
 {
     parent::__construct($name, $messageHtml, $popupInfo);
     $this->setRowCountThreshold($threshold);
 }
示例#2
0
 public function __construct($name = '', $permitted = false, $messageHtml = '', array $popupInfo = null)
 {
     parent::__construct($name, $messageHtml, $popupInfo);
     $this->permit($permitted);
 }