コード例 #1
0
ファイル: Bytea.php プロジェクト: squareproton/bond
 /**
  * @inheritDoc
  */
 public function parse(QuoteInterface $quoteInterface)
 {
     return $quoteInterface->quoteBytea($this->value);
 }