NullContext::isSecure()

bool isSecure() Checks whether the request is secure or not. Return Value bool true if the request is secure, false otherwise

NullContext::getBasePath()

string getBasePath() Gets the base path. Return Value string The base path

NullContext

class NullContext implements ContextInterface A context that does nothing. Methods string getBasePath() Gets the base path. bool isSecure() Checks whether the request is secure or not. Details string getBasePath() Gets the base path. Return Value string The base path bool isSecure() Checks whether the request is secure or not. Return Value bool true if the request is secure, false otherwise

Null deprecated

class Null extends IsNull deprecated since version 2.7, to be removed in 3.0. Use IsNull instead. 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. NOT_NULL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the const

NotNullValidator

class NotNullValidator extends ConstraintValidator Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed value is valid. Details initi

NotNull

class NotNull 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. IS_NULL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods static string

NotImplementedException deprecated

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

NotImplementedException

class NotImplementedException extends RuntimeException Base exception class for not implemented behaviors of the intl extension in the Locale component. Constants INTL_INSTALL_MESSAGE Methods __construct(string $message) Constructor. Details __construct(string $message) Constructor. Parameters string $message The exception message. A note to install the intl extension is appended to this string

NotIdenticalToValidator

class NotIdenticalToValidator extends AbstractComparisonValidator Validates values aren't identical (!==). Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed valu

NotIdenticalTo

class NotIdenticalTo extends AbstractComparison 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. IS_IDENTICAL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $v