PgSqlCaster
class PgSqlCaster
Casts pqsql resources to array representation.
Methods
static | castLargeObject($lo, array $a, Stub $stub, $isNested) | |
static | castLink($link, array $a, Stub $stub, $isNested) | |
static | castResult($result, array $a, Stub $stub, $isNested) |
Details
static castLargeObject($lo, array $a, Stub $stub, $isNested)
Parameters
$lo | ||
array | $a | |
Stub | $stub | |
$isNested |
static castLink($link, array $a, Stub $stub, $isNested)
Parameters
$link | ||
array | $a | |
Stub | $stub | |
$isNested |
static castResult($result, array $a, Stub $stub, $isNested)
Parameters
$result | ||
array | $a | |
Stub | $stub | |
$isNested |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/VarDumper/Caster/PgSqlCaster.html