Inheritance: extends ForUpdateRule
Esempio n. 1
0
 public function __construct($context)
 {
     parent::__construct($context);
     $this->order = new OrderByImpl();
 }