PdoCaster

class PdoCaster

Casts PDO related classes to array representation.

Methods

static castPdo(PDO $c, array $a, Stub $stub, $isNested)
static castPdoStatement(PDOStatement $c, array $a, Stub $stub, $isNested)

Details

static castPdo(PDO $c, array $a, Stub $stub, $isNested)

Parameters

PDO $c
array $a
Stub $stub
$isNested

static castPdoStatement(PDOStatement $c, array $a, Stub $stub, $isNested)

Parameters

PDOStatement $c
array $a
Stub $stub
$isNested

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/VarDumper/Caster/PdoCaster.html