ObjectIdentity::fromDomainObject()

static ObjectIdentity fromDomainObject(object $domainObject) Constructs an ObjectIdentity for the given domain object Parameters object $domainObject Return Value ObjectIdentity Exceptions InvalidDomainObjectException

ChainAdapter::deleteItems()

deleteItems(array $keys) {@inheritdoc} Parameters array $keys

NodeInterface

interface NodeInterface Interface for nodes. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods string getNodeName() Returns node's name. Specificity getSpecificity() Returns node's specificity. string __toString() Returns node's string representation. Details string getNodeName() Returns node's name. Return Value string

ConsoleOutput::setFormatter()

setFormatter(OutputFormatterInterface $formatter) Sets output formatter. Parameters OutputFormatterInterface $formatter

MergeDoctrineCollectionListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

OutputFormatter

class OutputFormatter implements OutputFormatterInterface Formatter class for console output. Methods static string escape(string $text) Escapes "<" special char in given text. __construct(bool $decorated = false, array $styles = array()) Initializes console output formatter. setDecorated(bool $decorated) Sets the decorated flag. bool isDecorated() Gets the decorated flag. setStyle(string $name, OutputFormatterStyleInterface $style) Sets a new style. bool hasS

Component\Security\Acl\Voter

Classes AclVoter This voter can be used as a base class for implementing your own permissions. FieldVote This class is a lightweight wrapper around field vote requests which does not violate any interface contracts.

ButtonBuilder::setEmptyData()

FormConfigBuilderInterface setEmptyData(mixed $emptyData) Unsupported method. This method should not be invoked. Parameters mixed $emptyData The empty data Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

CombinationExtension::translateDescendant()

XPathExpr translateDescendant(XPathExpr $xpath, XPathExpr $combinedXpath) Parameters XPathExpr $xpath XPathExpr $combinedXpath Return Value XPathExpr

AttributeMatchingExtension::translateEquals()

XPathExpr translateEquals(XPathExpr $xpath, string $attribute, string $value) Parameters XPathExpr $xpath string $attribute string $value Return Value XPathExpr