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