RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface RuntimeException for the Intl component.

Request::getAcceptableContentTypes()

array getAcceptableContentTypes() Gets a list of content types acceptable by the client browser. Return Value array List of content types in preferable order

CompiledRoute::getVariables()

array getVariables() Returns the variables. Return Value array The variables

UsernamePasswordToken::serialize()

serialize() {@inheritdoc}

NativeFileSessionHandler

class NativeFileSessionHandler extends NativeSessionHandler NativeFileSessionHandler. Native session handler using PHP's built in file storage. Methods __construct(string $savePath = null) Constructor. Details __construct(string $savePath = null) Constructor. Parameters string $savePath Path of directory to save session files Default null will leave setting as defined by PHP. '/path', 'N;/path', or 'N;octal-mode;/path Exceptions InvalidArgum

RequestDataCollector::getController()

array|string getController() Gets the parsed controller. Return Value array|string The controller as a string or array of data with keys 'class', 'method', 'file' and 'line'

PropelLogger::notice()

notice($message) {@inheritdoc} Parameters $message

MutableAclProvider::updateAcl()

updateAcl(MutableAclInterface $acl) Persists any changes which were made to the ACL, or any associated access control entries. Changes to parent ACLs are not persisted. Parameters MutableAclInterface $acl

AttributeBagInterface::remove()

mixed remove(string $name) Removes an attribute. Parameters string $name Return Value mixed The removed value or null when it does not exist

RequestDataCollector::getForward()

array|bool getForward() Gets the parsed forward controller. Return Value array|bool An array with keys 'token' the forward profile token, and 'controller' the parsed forward controller, false otherwise