Response::isEmpty()

bool isEmpty() Is the response empty? Return Value bool

Command deprecated::create()

static Command create(Command $parent = null) Creates a new Command instance. Parameters Command $parent Parent command Return Value Command New Command instance

ArrayAccessibleResourceBundle::offsetExists()

offsetExists($offset) Parameters $offset

Serializer::supportsDecoding()

bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format. Parameters string $format format name Return Value bool

Bundle\FrameworkBundle\Translation

Classes PhpExtractor PhpExtractor extracts translation messages from a PHP template. TranslationLoader TranslationLoader loads translation messages from translation files. Translator Translator.

BundleReaderInterface

interface BundleReaderInterface Reads resource bundle files. Methods mixed read(string $path, string $locale) Reads a resource bundle. string[] getLocales(string $path) Reads the available locales of a resource bundle. Details mixed read(string $path, string $locale) Reads a resource bundle. Parameters string $path The path to the resource bundle. string $locale The locale to read. Return Value mixed Returns an array or {@link \ArrayAcce

Ssi::process()

Response process(Request $request, Response $response) Replaces a Response Surrogate tags with the included resource content. Parameters Request $request A Request instance Response $response A Response instance Return Value Response

UploadedFile

class UploadedFile extends File A file uploaded through a form. Methods __construct(string $path, string $originalName, string|null $mimeType = null, int|null $size = null, int|null $error = null, bool $test = false) Accepts the information of the uploaded file as provided by the PHP global $_FILES. string|null guessExtension() Returns the extension based on the mime type. from File string|null getMimeType() Returns the mime type of the file. from File File move(string $dire

Finder::directories()

Finder|SplFileInfo[] directories() Restricts the matching to directories only. Return Value Finder|SplFileInfo[] The current Finder instance

TransDefaultDomainTokenParser::parse()

Twig_Node parse(Twig_Token $token) Parses a token and returns a node. Parameters Twig_Token $token A Twig_Token instance Return Value Twig_Node A Twig_Node instance