SsiFragmentRenderer

class SsiFragmentRenderer extends AbstractSurrogateFragmentRenderer Implements the SSI rendering strategy. Methods setFragmentPath(string $path) Sets the fragment path that triggers the fragment listener. from RoutableFragmentRenderer __construct(SurrogateInterface $surrogate = null, FragmentRendererInterface $inlineStrategy, UriSigner $signer = null) Constructor. from AbstractSurrogateFragmentRenderer Response render(string|ControllerReference $uri, Request $request, array $opti

FormExtension::getName()

getName() {@inheritdoc}

Esi::renderIncludeTag()

string renderIncludeTag(string $uri, string $alt = null, bool $ignoreErrors = true, string $comment = '') Renders an ESI tag. Parameters string $uri A URI string $alt An alternate URI bool $ignoreErrors Whether to ignore errors or not string $comment A comment to add as an esi:include tag Return Value string

UsernamePasswordToken

class UsernamePasswordToken extends AbstractToken UsernamePasswordToken implements a username and password token. Methods __construct(string|object $user, string $credentials, string $providerKey, array $roles = array()) Constructor. RoleInterface[] getRoles() Returns the user roles. from AbstractToken string getUsername() Returns the username. from AbstractToken mixed getUser() Returns a user representation. from AbstractToken setUser(mixed $user) Sets a user. from Abs

Command::setProcessTitle()

Command setProcessTitle(string $title) Sets the process title of the command. This feature should be used only when creating a long process command, like a daemon. PHP 5.5+ or the proctitle PECL library is required Parameters string $title The process title Return Value Command The current instance

CompiledRoute::unserialize()

unserialize($serialized) {@inheritdoc} Parameters $serialized

BundleTransformer::createStubs()

createStubs(StubbingContextInterface $context) Parameters StubbingContextInterface $context

TableStyle::getVerticalBorderChar()

string getVerticalBorderChar() Gets vertical border character. Return Value string

OutputFormatterInterface::isDecorated()

bool isDecorated() Gets the decorated flag. Return Value bool true if the output will decorate messages, false otherwise

ClassMetadata::getAttributesMetadata()

AttributeMetadataInterface[] getAttributesMetadata() Gets the list of {@link AttributeMetadataInterface}. Return Value AttributeMetadataInterface[]