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