TableStyle::getPaddingChar()

string getPaddingChar() Gets padding character, used for cell padding. Return Value string

Version::compare()

static bool compare(string $version1, string $version2, string $operator, int|null $precision = null) Compares two versions with an operator. This method is identical to {@link version_compare()}, except that you can pass the number of regarded version components in the last argument $precision. Examples: Version::compare('1.2.3', '1.2.4', '==') // => false Version::compare('1.2.3', '1.2.4', '==', 2) // => true Parameters string $version1 A version string str

OutputFormatterInterface::hasStyle()

bool hasStyle(string $name) Checks if output formatter has style with specified name. Parameters string $name Return Value bool

Connection

class Connection extends AbstractConnection Methods __construct(array $config = array()) from AbstractConnection __destruct() bool isBound() Checks whether the connection was already bound or not. bind(string $dn = null, string $password = null) Binds the connection against a DN and password. resource getResource() Returns a link resource. setOption($name, $value) getOption($name) Details __construct(array $config = array())

TwigDataCollector::getTime()

getTime()

ChoiceListFactoryInterface

interface ChoiceListFactoryInterface Creates {@link ChoiceListInterface} instances. Methods ChoiceListInterface createListFromChoices(array|Traversable $choices, null|callable $value = null) Creates a choice list for the given choices. ChoiceListInterface createListFromLoader(ChoiceLoaderInterface $loader, null|callable $value = null) Creates a choice list that is loaded with the given loader. ChoiceListView createView(ChoiceListInterface $list, null|array|callable $preferredCh

ArrayAccessibleResourceBundle::count()

count()

Link

class Link extends AbstractUriElement Link represents an HTML link (an HTML a, area or link tag). Methods __construct(DOMElement $node, string $currentUri, string $method = 'GET') from AbstractUriElement DOMElement getNode() Gets the node associated with this link. from AbstractUriElement string getMethod() Gets the method associated with this link. from AbstractUriElement string getUri() Gets the URI associated with this link. from AbstractUriElement Details

ConstraintViolationBuilder::setTranslationDomain()

ConstraintViolationBuilderInterface setTranslationDomain(string $translationDomain) Sets the translation domain which should be used for translating the violation message. Parameters string $translationDomain The translation domain Return Value ConstraintViolationBuilderInterface This builder

ConstraintViolationBuilderInterface::setCause()

ConstraintViolationBuilderInterface setCause(mixed $cause) Sets the cause of the violation. Parameters mixed $cause The cause of the violation Return Value ConstraintViolationBuilderInterface This builder