function __construct($mode = 'traditional')
 {
     parent::__construct($mode);
     // Does not support per row option.
     $this->mPerRow = 0;
 }
 function __construct($mode = 'traditional')
 {
     wfDeprecated(__METHOD__, '1.22');
     parent::__construct($mode);
 }
예제 #3
0
 function __construct($mode = 'traditional', IContextSource $context = null)
 {
     parent::__construct($mode, $context);
     // Does not support per row option.
     $this->mPerRow = 0;
 }