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