IbanValidator

class IbanValidator 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 initiali

CliDumper::setColors()

setColors(bool $colors) Enables/disables colored output. Parameters bool $colors

SplFileInfo

class SplFileInfo extends SplFileInfo Extends \SplFileInfo to support relative paths. Methods __construct(string $file, string $relativePath, string $relativePathname) Constructor. string getRelativePath() Returns the relative path. string getRelativePathname() Returns the relative path name. string getContents() Returns the contents of the file. Details __construct(string $file, string $relativePath, string $relativePathname) C

RadioType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

StyleInterface

interface StyleInterface Output style helpers. Methods title(string $message) Formats a command title. section(string $message) Formats a section title. listing(array $elements) Formats a list. text(string|array $message) Formats informational text. success(string|array $message) Formats a success result bar. error(string|array $message) Formats an error result bar. warning(string|array $message) Formats an warning result bar. note(string|array $message

ExecutionContextFactoryInterface

interface ExecutionContextFactoryInterface Creates instances of {@link ExecutionContextInterface}. You can use a custom factory if you want to customize the execution context that is passed through the validation run. Methods ExecutionContextInterface createContext(ValidatorInterface $validator, mixed $root) Creates a new execution context. Details ExecutionContextInterface createContext(ValidatorInterface $validator, mixed $root) Creates a new

Response::setProtocolVersion()

Response setProtocolVersion(string $version) Sets the HTTP protocol version (1.0 or 1.1). Parameters string $version The HTTP protocol version Return Value Response

SearchType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

Bundle\TwigBundle\DependencyInjection\Configurator

Classes EnvironmentConfigurator Twig environment configurator.

FilterResponseEvent::getResponse()

Response getResponse() Returns the current response object. Return Value Response