Inheritance: extends ExecRule
Beispiel #1
0
 public function __construct($context)
 {
     parent::__construct($context);
     $this->impl = new OrderByImpl();
 }