NotEqualToValidator

class NotEqualToValidator extends AbstractComparisonValidator Validates values are all unequal (!=). 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 v

Parser::parsePostfixExpression()

parsePostfixExpression($node) Parameters $node

NodeInterface::getDefaultValue()

mixed getDefaultValue() Returns the default value of the node. Return Value mixed The default value Exceptions RuntimeException if the node has no default value

TokenInterface::setAttributes()

setAttributes(array $attributes) Sets the token attributes. Parameters array $attributes The token attributes

RedisProfilerStorage deprecated::write()

bool write(Profile $profile) Saves a Profile. Parameters Profile $profile A Profile instance Return Value bool Write operation successful

TokenInterface::getUsername()

string getUsername() Returns the username. Return Value string

TokenizerPatterns::getUnicodeEscapePattern()

string getUnicodeEscapePattern() Return Value string

AbstractAdapter::saveDeferred()

saveDeferred(CacheItemInterface $item) {@inheritdoc} Parameters CacheItemInterface $item

TableStyle::setPadType()

TableStyle setPadType(int $padType) Sets cell padding type. Parameters int $padType STRPAD* Return Value TableStyle

ProcessHelper::run()

Process run(OutputInterface $output, string|array|Process $cmd, string|null $error = null, callable $callback = null, int $verbosity = OutputInterface::VERBOSITY_VERY_VERBOSE) Runs an external process. Parameters OutputInterface $output An OutputInterface instance string|array|Process $cmd An instance of Process or an array of arguments to escape and run or a command to run string|null $error An error message that must be displayed if something went wrong callable $callback A