Наследование: extends OrderByRule
Пример #1
0
 public function __construct($context)
 {
     parent::__construct($context);
     $this->impl = new UpdateSetImpl();
 }