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);
 }