Cookie::isSecure()

bool isSecure() Checks whether the cookie should only be transmitted over a secure HTTPS connection from the client. Return Value bool

ChainCacheClearer

class ChainCacheClearer implements CacheClearerInterface ChainCacheClearer. Methods __construct(array $clearers = array()) Constructs a new instance of ChainCacheClearer. clear(string $cacheDir) Clears any caches necessary. add(CacheClearerInterface $clearer) Adds a cache clearer to the aggregate. Details __construct(array $clearers = array()) Constructs a new instance of ChainCacheClearer. Parameters array $clearers The initial cl

PseudoClassExtension::getName()

string getName() Returns extension name. Return Value string

SessionTokenStorage::setToken()

setToken(string $tokenId, string $token) Stores a CSRF token. Parameters string $tokenId The token ID string $token The CSRF token

Entry::isGranting()

bool isGranting() Returns whether this ACE is granting, or denying Return Value bool

CompiledRoute::getHostTokens()

array getHostTokens() Returns the host tokens. Return Value array The tokens

XPathExpr::getElement()

string getElement() Return Value string

SubmitButtonBuilder

class SubmitButtonBuilder extends ButtonBuilder A builder for {@link SubmitButton} instances. Methods __construct(string $name, array $options = array()) Creates a new button builder. from ButtonBuilder FormBuilderInterface add(string|integer|FormBuilderInterface $child, string|FormTypeInterface $type = null, array $options = array()) Unsupported method. from ButtonBuilder FormBuilderInterface create(string $name, string|FormTypeInterface $type = null, array $options = array()) U

TokenInterface::setUser()

setUser(mixed $user) Sets a user. Parameters mixed $user

AutoExpireFlashBag::getName()

string getName() Gets this bag's name. Return Value string