Bundle\FrameworkBundle\Console\Descriptor

Classes Descriptor JsonDescriptor MarkdownDescriptor TextDescriptor XmlDescriptor

IntlGlobals::getErrorMessage()

static string getErrorMessage() Returns the error message of the last operation. Returns "UZEROERROR" if no error occurred. Return Value string

DoctrineAclCache::putInCache()

putInCache(AclInterface $acl) Stores a new ACL in the cache Parameters AclInterface $acl

StoreInterface::lock()

bool|string lock(Request $request) Locks the cache for a given Request. Parameters Request $request A Request instance Return Value bool|string true if the lock is acquired, the path to the current lock otherwise

Pbkdf2PasswordEncoder::isPasswordValid()

bool isPasswordValid(string $encoded, string $raw, string $salt) Checks a raw password against an encoded password. Parameters string $encoded An encoded password string $raw A raw password string $salt The salt Return Value bool true if the password is valid, false otherwise

FormBuilderInterface::add()

FormBuilderInterface add(string|int|FormBuilderInterface $child, string|null $type = null, array $options = array()) Adds a new field to this group. A field must have a unique name within the group. Otherwise the existing field is overwritten. If you add a nested group, this group should also be represented in the object hierarchy. Parameters string|int|FormBuilderInterface $child string|null $type array $options Return Value FormBuilderInterface The builder object

Request

class Request Request object. Methods __construct(string $uri, string $method, array $parameters = array(), array $files = array(), array $cookies = array(), array $server = array(), string $content = null) Constructor. string getUri() Gets the request URI. string getMethod() Gets the request HTTP method. array getParameters() Gets the request parameters. array getFiles() Gets the request server files. array getCookies() Gets the request cookies. array getSe

AdapterInterface deprecated::setSort()

AdapterInterface setSort(Closure|int $sort) Parameters Closure|int $sort Return Value AdapterInterface Current instance

NodeBuilder::enumNode()

EnumNodeDefinition enumNode(string $name) Creates a child EnumNode. Parameters string $name Return Value EnumNodeDefinition

OptionsResolver::getRequiredOptions()

string[] getRequiredOptions() Returns the names of all required options. Return Value string[] The names of the required options See also isRequired()