Request::create()

static Request create(string $uri, string $method = 'GET', array $parameters = array(), array $cookies = array(), array $files = array(), array $server = array(), string $content = null) Creates a Request based on a given URI and configuration. The information contained in the URI always take precedence over the other information (server and parameters). Parameters string $uri The URI string $method The HTTP method array $parameters The query (GET) or request (POST)

History::forward()

Request forward() Goes forward in the history. Return Value Request A Request instance Exceptions LogicException if the stack is already on the last page

AclProviderInterface::findChildren()

array findChildren(ObjectIdentityInterface $parentOid, bool $directChildrenOnly = false) Retrieves all child object identities from the database Parameters ObjectIdentityInterface $parentOid bool $directChildrenOnly Return Value array returns an array of child 'ObjectIdentity's

RepeatedPass::setRepeat()

setRepeat() Sets if the pass should repeat.

ProgressBar::getProgress()

int getProgress() Gets the current step position. Return Value int The progress bar step

CurrencyType

class CurrencyType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. from AbstractType buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType configureOptions(OptionsResolver $resolver) Configures the options for this type. string getBlockPrefix() Returns the prefix of

DeprecationErrorHandler deprecated::preBind()

static preBind($listener, FormEvent $event) Parameters $listener FormEvent $event

Entry::isAuditSuccess()

bool isAuditSuccess() Whether auditing for successful denies is turned on Return Value bool

FatalThrowableError

class FatalThrowableError extends FatalErrorException Fatal Throwable Error. Methods __construct(Throwable $e) Details __construct(Throwable $e) Parameters Throwable $e

FatalErrorException deprecated

class FatalErrorException extends ErrorException deprecated Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead. Fatal Error Exception.