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, St

InputArgument::getName()

string getName() Returns the argument name. Return Value string The argument name

SplCaster::castDoublyLinkedList()

static castDoublyLinkedList(SplDoublyLinkedList $c, array $a, Stub $stub, $isNested) Parameters SplDoublyLinkedList $c array $a Stub $stub $isNested

Token::isNumber()

bool isNumber() Return Value bool

Button::getConfig()

FormConfigInterface getConfig() Returns the button's configuration. Return Value FormConfigInterface The configuration

FormType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

FormConfigBuilderInterface::resetViewTransformers()

FormConfigBuilderInterface resetViewTransformers() Clears the view transformers. Return Value FormConfigBuilderInterface The configuration object

MetadataInterface::findConstraints()

Constraint[] findConstraints(string $group) Returns all constraints for a given validation group. Parameters string $group The validation group Return Value Constraint[] A list of constraint instances

MetadataInterface::getTraversalStrategy()

int getTraversalStrategy() Returns the strategy for traversing traversable objects. Return Value int The traversal strategy See also TraversalStrategy

ProcessUtils::validateInput()

static mixed validateInput(string $caller, mixed $input) Validates and normalizes a Process input. Parameters string $caller The name of method call that validates the input mixed $input The input to validate Return Value mixed The validated input Exceptions InvalidArgumentException In case the input is not valid