ExceptionInterface

interface ExceptionInterface Marker interface for all exceptions thrown by the OptionsResolver component.

MutableAclInterface::getId()

int getId() Returns the primary key of this ACL Return Value int

Router

class Router implements RouterInterface, RequestMatcherInterface The Router class is an example of the integration of all pieces of the routing system for easier use. Methods __construct(LoaderInterface $loader, mixed $resource, array $options = array(), RequestContext $context = null, LoggerInterface $logger = null) Constructor. setOptions(array $options) Sets options. setOption(string $key, mixed $value) Sets an option. mixed getOption(string $key) Gets an option value.

Form

class Form extends Link implements ArrayAccess Form represents an HTML form. Methods __construct(DOMElement $node, string $currentUri, string $method = null, string $baseHref = null) Constructor. DOMElement getNode() Gets the node associated with this link. from AbstractUriElement string getMethod() Gets the form method. string getUri() Gets the URI of the form. DOMElement getFormNode() Gets the form node associated with this form. Form setValues(array $values) Se

Request::setRequestFormat()

setRequestFormat(string $format) Sets the request format. Parameters string $format The request format

Intl::getIcuStubVersion()

static string getIcuStubVersion() Returns the ICU version that the stub classes mimic. Return Value string The ICU version of the stub classes

DataCollectorTranslator::getCollectedMessages()

array getCollectedMessages() Return Value array

AbstractFindAdapter deprecated

class AbstractFindAdapter extends AbstractAdapter deprecated since 2.8, to be removed in 3.0. Use Finder instead. Shell engine implementation using GNU find command. Methods bool isSupported() Tests adapter support for current platform. from AbstractAdapter AdapterInterface setFollowLinks(bool $followLinks) from AbstractAdapter AdapterInterface setMode(int $mode) from AbstractAdapter AdapterInterface setDepths(array $depths) from AbstractAdapter AdapterInterface se

InputInterface::isInteractive()

bool isInteractive() Is this input means interactive? Return Value bool

Session::clear()

clear() Clears all attributes.