Example #1
0
 public function __construct(\Database\Result $objResult = null)
 {
     // This class should not be registered
     // Set type or ModelType would throw an exception
     $this->arrData['type'] = 'pricetiers';
     parent::__construct($objResult);
 }