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