| 1 | <?php |
||
| 11 | class ProductModificationList extends ProductList |
||
| 12 | {
|
||
| 13 | public $parameterNameModel = 'ProductParameterName'; |
||
| 14 | |||
| 15 | public $parameterModel = 'ProductParameter'; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var CDbCriteria |
||
| 19 | */ |
||
| 20 | public $parametersCriteria; |
||
| 21 | |||
| 22 | public function init() |
||
| 30 | |||
| 31 | protected function afterFetchData($event) |
||
| 36 | |||
| 37 | protected function getModelName() |
||
| 41 | } |