revokeQuotation() public method

public revokeQuotation ( $sql )
コード例 #1
0
 private function revokeQuotation($token, Options $options)
 {
     $defProc = new DefaultProcessor($options);
     return $defProc->revokeQuotation($token);
 }