ResolvedFormTypeInterface::getInnerType()

FormTypeInterface getInnerType() Returns the wrapped form type. Return Value FormTypeInterface The wrapped form type

Component\Validator\Mapping\Loader

Classes AbstractLoader AnnotationLoader FileLoader FilesLoader Creates mapping loaders for array of files. LoaderChain Calls multiple LoaderInterface instances in a chain StaticMethodLoader XmlFileLoader XmlFilesLoader Loads multiple xml mapping files YamlFileLoader YamlFilesLoader Loads multiple yaml mapping files Interfaces LoaderInterface

Type::isNullable()

bool isNullable() Allows null value? Return Value bool

NumberFormatter::parse()

int|float|false parse(string $value, int $type = self::TYPE_DOUBLE, int $position) Parse a number. Parameters string $value The value to parse int $type Type of the formatting, one of the format type constants. NumberFormatter::TYPE_DOUBLE by default int $position Offset to begin the parsing on return this value will hold the offset at which the parsing ended Return Value int|float|false The parsed value of false on error See also http://www.php.net/manual/en/numberformatter.pa

BinaryFileResponse::setAutoEtag()

setAutoEtag() Automatically sets the ETag header according to the checksum of the file.

DebugAccessDecisionManager::getStrategy()

string getStrategy() Return Value string

PrototypedArrayNode::getPrototype()

PrototypeNodeInterface getPrototype() Retrieves the prototype. Return Value PrototypeNodeInterface The prototype

Request::getUserInfo()

string getUserInfo() Gets the user info. Return Value string A user name and, optionally, scheme-specific information about how to gain authorization to access the server

Route::getMethods()

array getMethods() Returns the uppercased HTTP methods this route is restricted to. So an empty array means that any method is allowed. Return Value array The methods

ServerRunCommand

class ServerRunCommand extends ServerCommand Runs Symfony application using PHP built-in web server. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command