PHPSQLParser\processors\DefaultProcessor::revokeQuotation PHP 메소드

revokeQuotation() 공개 메소드

public revokeQuotation ( $sql )
    public function revokeQuotation($sql)
    {
        return parent::revokeQuotation($sql);
    }

Usage Example

예제 #1
0
 private function revokeQuotation($token, Options $options)
 {
     $defProc = new DefaultProcessor($options);
     return $defProc->revokeQuotation($token);
 }