Acl::updateObjectAce()

updateObjectAce(int $index, int $mask, string $strategy = null) Updates an object-based ACE Parameters int $index int $mask string $strategy if null the strategy should not be changed

TemplateReferenceInterface::getPath()

string getPath() Returns the path to the template. By default, it just returns the template name. Return Value string A path to the template or a resource

TableStyle::setCellRowFormat()

TableStyle setCellRowFormat(string $cellRowFormat) Sets row cell format. Parameters string $cellRowFormat Return Value TableStyle

RequestContext::getScheme()

string getScheme() Gets the HTTP scheme. Return Value string The HTTP scheme

UriSigner::check()

bool check(string $uri) Checks that a URI contains the correct hash. The _hash query string parameter must be the last one (as it is generated that way by the sign() method, it should never be a problem). Parameters string $uri A signed URI Return Value bool True if the URI is signed correctly, false otherwise

Finder::sortByChangedTime()

Finder|SplFileInfo[] sortByChangedTime() Sorts files and directories by the last inode changed time. This is the time that the inode information was last modified (permissions, owner, group or other metadata). On Windows, since inode is not available, changed time is actually the file creation time. This can be slow as all the matching files and directories must be retrieved for comparison. Return Value Finder|SplFileInfo[] The current Finder instance See also SortableIterato

MessageCatalogueInterface::getFallbackCatalogue()

MessageCatalogueInterface|null getFallbackCatalogue() Gets the fallback catalogue. Return Value MessageCatalogueInterface|null A MessageCatalogueInterface instance or null when no fallback has been set

ClassMetadata::getDefaultGroup()

string getDefaultGroup() Returns the name of the default group for this class. For each class, the group "Default" is an alias for the group "", where is the non-namespaced name of the class. All constraints implicitly or explicitly assigned to group "Default" belong to both of these groups, unless the class defines a group sequence. If a class defines a group sequence, validating the class in "Default" will validate the group sequence. The constraints assigned to "Default" can

ClassMetadata::setGroupSequence()

ClassMetadata setGroupSequence(array $groupSequence) Sets the default group sequence for this class. Parameters array $groupSequence An array of group names Return Value ClassMetadata Exceptions GroupDefinitionException

MemoryDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name