Inheritance: extends OrderByRule
コード例 #1
0
ファイル: update.php プロジェクト: caoym/phprs-restful
 public function __construct($context)
 {
     parent::__construct($context);
     $this->impl = new UpdateSetImpl();
 }