IntlDateFormatter::getErrorMessage()

string getErrorMessage() Returns formatter's last error message. Always returns the UZEROERROR_MESSAGE class constant value. Return Value string The error message from last formatter call See also http://www.php.net/manual/en/intldateformatter.geterrormessage.php

ChoiceListInterface::getChoicesForValues()

array getChoicesForValues(array $values) Returns the choices corresponding to the given values. The choices are returned with the same keys and in the same order as the corresponding values in the given array. Parameters array $values An array of choice values. Non-existing values in this array are ignored Return Value array An array of choices

PermissionMapInterface::getMasks()

array getMasks(string $permission, object $object) Returns an array of bitmasks. The security identity must have been granted access to at least one of these bitmasks. Parameters string $permission object $object Return Value array may return null if permission/object combination is not supported

ArrayNode::addChild()

addChild(NodeInterface $node) Adds a child node. Parameters NodeInterface $node The child node to add Exceptions InvalidArgumentException when the child node has no name InvalidArgumentException when the child node's name is not unique

HelperInterface

interface HelperInterface HelperInterface is the interface all helpers must implement. Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. HelperSet getHelperSet() Gets the helper set associated with this helper. string getName() Returns the canonical name of this helper. Details setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. Parameters Helpe

RenderTokenParser deprecated::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

ServiceRouterLoader

class ServiceRouterLoader extends ObjectRouteLoader A route loader that executes a service to load the routes. This depends on the DependencyInjection component. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null) Imports a resource. from Loader LoaderInterface resolve(mixed $resource, string|null $type =

NativeSessionStorage

class NativeSessionStorage implements SessionStorageInterface This provides a base class for session attribute storage. Methods __construct(array $options = array(), AbstractProxy|NativeSessionHandler|SessionHandlerInterface|null $handler = null, MetadataBag $metaBag = null) Constructor. AbstractProxy getSaveHandler() Gets the save handler instance. bool start() Starts the session. string getId() Returns the session ID. setId(string $id) Sets the session ID. mixed

CodeExtension::abbrClass()

abbrClass($class) Parameters $class

NativeSessionStorage::getSaveHandler()

AbstractProxy getSaveHandler() Gets the save handler instance. Return Value AbstractProxy