PHP Class Imbo\EventListener\ImageVariations\Database\Doctrine
Valid parameters for this driver:
-
(string) dbname
Name of the database to connect to
-
(string) user
Username to use when connecting
-
(string) password
Password to use when connecting
-
(string) host
Hostname to use when connecting
-
(string) driver
Which driver to use
-
(PDO) pdo
PDO adapter to use, as an alternative to specifying the above
Mostra file
Open project: imbo/imbo
Class Usage Examples
Public Methods
Private Methods
Method |
Description |
|
getConnection ( ) : Doctrine\DBAL\Connection |
Get the Doctrine connection |
|
setConnection ( Doctrine\DBAL\Connection $connection ) : self |
Set the connection instance |
|
Method Details
__construct()
public method
public __construct ( array $params = null, Doctrine\DBAL\Connection $connection = null ) |
$params |
array |
Parameters for the driver |
$connection |
Doctrine\DBAL\Connection |
Optional connection instance |
deleteImageVariations()
public method
getBestMatch()
public method