Table::addRow()

addRow($row) Parameters $row

FormConfigInterface::getAction()

string getAction() Returns the target URL of the form. Return Value string The target URL of the form

Route::getRequirements()

getRequirements()

InputInterface::bind()

bind(InputDefinition $definition) Binds the current Input instance with the given arguments and options. Parameters InputDefinition $definition A InputDefinition instance

Kernel

class Kernel implements KernelInterface, TerminableInterface The Kernel is the heart of the Symfony system. It manages an environment made of bundles. Constants VERSION VERSION_ID MAJOR_VERSION MINOR_VERSION RELEASE_VERSION EXTRA_VERSION END_OF_MAINTENANCE END_OF_LIFE Methods __construct(string $environment, bool $debug) Constructor. __clone() boot() Boots the current kernel. terminate(Request $request, Response $response) Terminates a re

ValidatorBuilderInterface::addXmlMappings()

ValidatorBuilderInterface addXmlMappings(array $paths) Adds a list of XML constraint mapping files to the validator. Parameters array $paths The paths to the mapping files Return Value ValidatorBuilderInterface The builder object

ConstraintDefinitionException

class ConstraintDefinitionException extends ValidatorException

CssSelector deprecated::toXPath()

static string toXPath(mixed $cssExpr, string $prefix = 'descendant-or-self::') Translates a CSS expression to its XPath equivalent. Optionally, a prefix can be added to the resulting XPath expression with the $prefix parameter. Parameters mixed $cssExpr The CSS expression. string $prefix An optional prefix for the XPath expression. Return Value string

ServiceReferenceGraph::connect()

connect(string $sourceId, string $sourceValue, string $destId, string $destValue = null, string $reference = null) Connects 2 nodes together in the Graph. Parameters string $sourceId string $sourceValue string $destId string $destValue string $reference

PropelLogger::getQueries()

array getQueries() Returns queries. Return Value array Queries