MethodNotAllowedException

class MethodNotAllowedException extends RuntimeException implements ExceptionInterface The resource was found but the request method is not allowed. This exception should trigger an HTTP 405 response in your application code. Methods __construct(array $allowedMethods, $message = null, $code, Exception $previous = null) array getAllowedMethods() Gets the allowed HTTP methods. Details __construct(array $allowedMethods, $message = null, $code, Exceptio

MethodArgumentValueNotImplementedException deprecated

class MethodArgumentValueNotImplementedException extends MethodArgumentValueNotImplementedException deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException} instead. Alias of {@link \Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException}. Constants INTL_INSTALL_MESSAGE Methods __construct(string $methodName, string $argName, string $argValue, string $additionalMessage = '')

MethodArgumentValueNotImplementedException

class MethodArgumentValueNotImplementedException extends NotImplementedException Constants INTL_INSTALL_MESSAGE Methods __construct(string $methodName, string $argName, string $argValue, string $additionalMessage = '') Constructor. Details __construct(string $methodName, string $argName, string $argValue, string $additionalMessage = '') Constructor. Parameters string $methodName The method name that raised the exception string $argName T

MethodArgumentNotImplementedException deprecated

class MethodArgumentNotImplementedException extends MethodArgumentNotImplementedException deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\Exception\MethodArgumentNotImplementedException} instead. Alias of {@link \Symfony\Component\Intl\Exception\MethodArgumentNotImplementedException}. Constants INTL_INSTALL_MESSAGE Methods __construct(string $methodName, string $argName) Constructor. from MethodArgumentNotImplementedException Details

MethodArgumentNotImplementedException

class MethodArgumentNotImplementedException extends NotImplementedException Constants INTL_INSTALL_MESSAGE Methods __construct(string $methodName, string $argName) Constructor. Details __construct(string $methodName, string $argName) Constructor. Parameters string $methodName The method name that raised the exception string $argName The argument name that is not implemented

MetadataInterface::getTraversalStrategy()

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

MetadataInterface::getConstraints()

Constraint[] getConstraints() Returns all constraints of this element. Return Value Constraint[] A list of Constraint instances

MetadataInterface::getCascadingStrategy()

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

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 deprecated::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