Example #1
0
 function __construct()
 {
     parent::__construct('div');
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->id = 'nts_' . hc_random();
 }