TableStyle::setCellRowContentFormat()

TableStyle setCellRowContentFormat(string $cellRowContentFormat) Sets row cell content format. Parameters string $cellRowContentFormat Return Value TableStyle

PseudoClassExtension::translateOnlyOfType()

XPathExpr translateOnlyOfType(XPathExpr $xpath) Parameters XPathExpr $xpath Return Value XPathExpr Exceptions ExpressionErrorException

XmlUtils

class XmlUtils XMLUtils is a bunch of utility methods to XML operations. This class contains static methods only and is not meant to be instantiated. Methods static DOMDocument loadFile(string $file, string|callable|null $schemaOrCallable = null) Loads an XML file. static array convertDomElementToArray(DOMElement $element, bool $checkPrefix = true) Converts a \DomElement object to a PHP array. static mixed phpize(mixed $value) Converts an xml value to a PHP type. Details

Acl::insertObjectFieldAce()

insertObjectFieldAce(string $field, SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts an object-field-based ACE Parameters string $field SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy

AclInterface::getObjectFieldAces()

array getObjectFieldAces(string $field) Returns all object-field-based ACEs associated with this ACL Parameters string $field Return Value array

DefaultChoiceListFactory::createView()

ChoiceListView createView(ChoiceListInterface $list, null|array|callable $preferredChoices = null, null|callable $label = null, null|callable $index = null, null|callable $groupBy = null, null|array|callable $attr = null) Creates a view for the given choice list. Callables may be passed for all optional arguments. The callables receive the choice as first and the array key as the second argument. The callable for the label and the name should return the generated label/choice na

Component\Serializer\Exception

Classes InvalidArgumentException InvalidArgumentException LogicException LogicException RuntimeException RuntimeException UnexpectedValueException UnexpectedValueException UnsupportedException UnsupportedException Interfaces Exception Base exception

Finder::append()

Finder|SplFileInfo[] append(mixed $iterator) Appends an existing set of files/directories to the finder. The set can be another Finder, an Iterator, an IteratorAggregate, or even a plain array. Parameters mixed $iterator Return Value Finder|SplFileInfo[] The finder Exceptions InvalidArgumentException When the given argument is not iterable.

Component\Security\Core\Exception

Classes AccessDeniedException AccessDeniedException is thrown when the account has not the required role. AccountExpiredException AccountExpiredException is thrown when the user account has expired. AccountStatusException AccountStatusException is the base class for authentication exceptions caused by the user account status. AuthenticationCredentialsNotFoundException AuthenticationCredentialsNotFoundException is thrown when an authentication is rejected because no Token is avail

LocaleBundleInterface

interface LocaleBundleInterface implements ResourceBundleInterface Gives access to locale-related ICU data. Methods string[] getLocales() Returns the list of locales that this bundle supports. from ResourceBundleInterface string|null getLocaleName(string $locale, string $displayLocale = null) Returns the name of a locale. string[] getLocaleNames(string $displayLocale = null) Returns the names of all known locales. Details string[] getLocales()