Valid

class Valid extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $traverse Methods static string getErrorName(int

MetadataInterface::getCascadingStrategy()

int getCascadingStrategy() Returns the strategy for cascading objects. Return Value int The cascading strategy See also CascadingStrategy

DnsMock::gethostbyaddr()

static gethostbyaddr($ipAddress) Parameters $ipAddress

HeaderBag::getCacheControlDirective()

mixed|null getCacheControlDirective(string $key) Returns a Cache-Control directive value by name. Parameters string $key The directive name Return Value mixed|null The directive value if defined, null otherwise

IcuResFileLoader

class IcuResFileLoader implements LoaderInterface IcuResFileLoader loads translations from a resource bundle. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A

Crawler::eq()

Crawler eq(int $position) Returns a node given its position in the node list. Parameters int $position The position Return Value Crawler A new instance of the Crawler with the selected node, or an empty Crawler if it does not exist

Collator::getErrorMessage()

string getErrorMessage() Returns collator's last error message. Always returns the UZEROERROR_MESSAGE class constant value. Return Value string The error message from last collator call

PhpBridgeSessionStorage

class PhpBridgeSessionStorage extends NativeSessionStorage Allows session to be started by PHP and managed by Symfony. Methods __construct(AbstractProxy|NativeSessionHandler|SessionHandlerInterface|null $handler = null, MetadataBag $metaBag = null) Constructor. AbstractProxy getSaveHandler() Gets the save handler instance. from NativeSessionStorage bool start() Starts the session. string getId() Returns the session ID. from NativeSessionStorage setId(string $id) Sets th

ArrayNodeDefinition::children()

children() Returns a builder to add children nodes.

Interval::getIntervalRegexp()

static string getIntervalRegexp() Returns a Regexp that matches valid intervals. Return Value string A Regexp (without the delimiters)