Index
-
\com\setasign\SetaFramework
-
Database
- ConnectionException
- Database
- DatabaseConnectionManager
- DiRowFactory
- Driver
- DummyRowFactory
- Expression
- ExpressionInterface
- Identifier
- JoinedTable
- Manager
- Migration
- Query
- QuoteInterface
- QuoteLaterExpression
- RowFactoryInterface
- SqlInterface
- Table
- TableFactoryInterface
- TableInterface
- TableSelectInterface
- ValueExpression
-
Database
com\setasign\SetaFramework\Database
QuoteLaterExpression Class QuoteLaterExpression
File: /SetaFramework/src/Database/QuoteLaterExpression.php
A quoteLaterExpression is a bit like an expression but instead of completly ignoring the quoting process the defined callback can decide by its own how it wants to quote the content.
Class hierarchy
Implements
Summary
Properties
$callback
protected callable QuoteLaterExpression::$callback
Methods
__construct()
QuoteLaterExpression constructor.
Parameters
- $callback : callable
Should expect the Database as param and must return a quoted string
quote()
Parameters
- $quoteInterface : QuoteInterface
