示例#1
0
文件: HasWhere.php 项目: avz/php-b2
 private function whereToString(\b2\Quote $quote)
 {
     return $this->where->toString($quote);
 }