Example #1
0
 public function __construct(array $list = array())
 {
     parent::__construct($list, null);
 }
Example #2
0
 public function __construct()
 {
     parent::__construct(array(), 'MToolkit\\Controller\\MDropDownListItem');
 }