TableStyle::setCrossingChar()

TableStyle setCrossingChar(string $crossingChar) Sets crossing character. Parameters string $crossingChar Return Value TableStyle

RequestStackContext

class RequestStackContext implements ContextInterface Uses a RequestStack to populate the context. Methods __construct(RequestStack $requestStack) string getBasePath() Gets the base path. bool isSecure() Checks whether the request is secure or not. Details __construct(RequestStack $requestStack) Parameters RequestStack $requestStack string getBasePath() Gets the base path. Return Value st

UrlGeneratorInterface

interface UrlGeneratorInterface implements RequestContextAwareInterface UrlGeneratorInterface is the interface that all URL generator classes must implement. The constants in this interface define the different types of resource references that are declared in RFC 3986: http://tools.ietf.org/html/rfc3986 We are using the term "URL" instead of "URI" as this is more common in web applications and we do not need to distinguish them as the difference is mostly semantical and less technical. Gene

DateTimeValidator

class DateTimeValidator extends DateValidator Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. PATTERN Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator static bool checkDate(int $year, int $month, int $day) Checks whether a date is valid. from DateValidator validate(mixe

IsNullValidator

class IsNullValidator extends ConstraintValidator Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed value is valid. Details initia

FormPerformanceTestCase

class FormPerformanceTestCase extends FormIntegrationTestCase Base class for performance tests. Copied from Doctrine 2's OrmPerformanceTestCase. Methods setMaxRunningTime(int $maxRunningTime) int getMaxRunningTime() Details setMaxRunningTime(int $maxRunningTime) Parameters int $maxRunningTime Exceptions InvalidArgumentException int getMaxRunningTime() Return Value int

DumperPrefixCollection::getPrefix()

string getPrefix() Returns the prefix. Return Value string The prefix

PropertyDescriptionExtractorInterface::getShortDescription()

string|null getShortDescription(string $class, string $property, array $context = array()) Gets the short description of the property. Parameters string $class string $property array $context Return Value string|null

ParameterBag::remove()

remove(string $key) Removes a parameter. Parameters string $key The key

OutputFormatterStyleStack::getEmptyStyle()

OutputFormatterStyleInterface getEmptyStyle() Return Value OutputFormatterStyleInterface