AbstractDumper

class AbstractDumper implements DataDumperInterface, DumperInterface Abstract mechanism for dumping a Data object. Constants DUMP_LIGHT_ARRAY DUMP_STRING_LENGTH Properties static $defaultOutput Methods __construct(callable|resource|string|null $output = null, string $charset = null, int $flags) callable|resource|string setOutput(callable|resource|string $output) Sets the output destination of the dumps. string setCharset(string $charset) Sets the default charac

MethodNotAllowedHttpException

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

Component\Security\Http\Logout

Classes CookieClearingLogoutHandler This handler clears the passed cookies when a user logs out. DefaultLogoutSuccessHandler Default logout success handler will redirect users to a configured path. SessionLogoutHandler Handler for clearing invalidating the current session. Interfaces LogoutHandlerInterface Interface that needs to be implemented by LogoutHandlers. LogoutSuccessHandlerInterface LogoutSuccesshandlerInterface.

ArrayAdapter::clear()

clear() {@inheritdoc}

FirewallMapInterface

interface FirewallMapInterface This interface must be implemented by firewall maps. Methods array getListeners(Request $request) Returns the authentication listeners, and the exception listener to use for the given request. Details array getListeners(Request $request) Returns the authentication listeners, and the exception listener to use for the given request. If there are no authentication listeners, the first inner array must be empty. If th

PrototypedArrayNode::addChild()

addChild(NodeInterface $node) Disable adding concrete children for prototyped nodes. Parameters NodeInterface $node The child node to add Exceptions Exception

AbstractUriElement::getNode()

DOMElement getNode() Gets the node associated with this link. Return Value DOMElement A \DOMElement instance

UrlPackage deprecated

class UrlPackage extends Package deprecated since 2.7, will be removed in 3.0. Use the Asset component instead. The URL packages adds a version and a base URL to asset URLs. Methods __construct(string|array $baseUrls = array(), string $version = null, string $format = null) Constructor. string getVersion() Returns the asset package version. from Package string getUrl(string $path, string|bool|null $version = null) Returns an absolute or root-relative public path. string

SearchType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

CoreAssetsHelper deprecated

class CoreAssetsHelper extends Helper implements PackageInterface deprecated since 2.7, will be removed in 3.0. Use the Asset component instead. CoreAssetsHelper helps manage asset URLs. Usage: Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(PackageInterface $defaultPackage, array $namedPackages = array()) Constructor. setDefaultPackage(PackageInterface $defaultPackage) Se