Acl::insertObjectFieldAce()

insertObjectFieldAce(string $field, SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts an object-field-based ACE Parameters string $field SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy

DelegatingEngine::stream()

stream(string|TemplateReferenceInterface $name, array $parameters = array()) Streams a template. The implementation should output the content directly to the client. Parameters string|TemplateReferenceInterface $name A template name or a TemplateReferenceInterface instance array $parameters An array of parameters to pass to the template Exceptions RuntimeException if the template cannot be rendered LogicException if the template cannot be streamed

LocaleBundleInterface::getLocaleName()

string|null getLocaleName(string $locale, string $displayLocale = null) Returns the name of a locale. Parameters string $locale The locale to return the name of (e.g. "de_AT") string $displayLocale Optional. The locale to return the name in Defaults to {@link \Locale::getDefault()}. Return Value string|null The name of the locale or NULL if not found

AccessDeniedHttpException

class AccessDeniedHttpException extends HttpException AccessDeniedHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous $code

Component\Debug

Namespaces Symfony\Component\Debug\Exception Classes Debug Registers all the debug tools. ErrorHandler ErrorHandler. ExceptionHandler ExceptionHandler converts an exception to a Response object.

UrlMatcher::match()

array match(string $pathinfo) Tries to match a URL path with a set of routes. If the matcher can not find information, it must throw one of the exceptions documented below. Parameters string $pathinfo The path info to be parsed (raw format, i.e. not urldecoded) Return Value array An array of parameters Exceptions ResourceNotFoundException If the resource could not be found MethodNotAllowedException If the resource was found but the request method is not allowed

Route::getOptions()

array getOptions() Returns the options. Return Value array The options

Component\Console\Output

Classes ConsoleOutput ConsoleOutput is the default class for all CLI output. It uses STDOUT. NullOutput NullOutput suppresses all output. Output Base class for output classes. StreamOutput StreamOutput writes the output to a given stream. Interfaces ConsoleOutputInterface ConsoleOutputInterface is the interface implemented by ConsoleOutput class. OutputInterface OutputInterface is the interface implemented by all Output classes.

DialogHelper deprecated::getInputStream()

resource|null getInputStream() Returns the helper's input stream. Return Value resource|null The input stream or null if the default STDIN is used

ButtonBuilder::getErrorBubbling()

bool getErrorBubbling() Unsupported method. Return Value bool Whether errors will bubble up