ExcludeDirectoryFilterIterator

class ExcludeDirectoryFilterIterator extends FilterIterator implements RecursiveIterator ExcludeDirectoryFilterIterator filters out directories. Methods rewind() This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases. from FilterIterator __construct(Iterator $iterator, array $directories) Constructor. bool accept() Filters the iterator values. hasChildren() getChildren() Details

BundleInterface::getName()

string getName() Returns the bundle name (the class short name). Return Value string The Bundle name

AttributeNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

ClassMetadataFactoryInterface::hasMetadataFor()

bool hasMetadataFor(mixed $value) Checks if class has metadata. Parameters mixed $value Return Value bool

Bridge\Doctrine\ExpressionLanguage

Classes DoctrineParserCache

FormView

class FormView implements ArrayAccess, IteratorAggregate, Countable Properties array $vars The variables assigned to this view. FormView $parent The parent view. FormView[] $children The child views. Methods __construct(FormView $parent = null) bool isRendered() Returns whether the view was already rendered. FormView setRendered() Marks the view as rendered. FormView offsetGet(string $name) Returns a child by name (implements \ArrayAccess). bool offsetExists

NullOutput::setVerbosity()

setVerbosity(int $level) Sets the verbosity of the output. Parameters int $level The level of verbosity (one of the VERBOSITY constants)

HtmlDumper::setDumpBoundaries()

setDumpBoundaries(string $prefix, string $suffix) Sets an HTML prefix and suffix that will encapse every single dump. Parameters string $prefix The prepended HTML string string $suffix The appended HTML string

TranslatorHelper

class TranslatorHelper extends Helper TranslatorHelper. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(TranslatorInterface $translator) Constructor. trans($id, array $parameters = array(), $domain = 'messages', $locale = null) transChoice($id, $number, array $parameters = array(), $domain = 'messages', $locale = null) string getName() Returns the canonical name of thi

ContainerAwareEventDispatcher::addListenerService()

addListenerService(string $eventName, array $callback, int $priority) Adds a service as event listener. Parameters string $eventName Event for which the listener is added array $callback The service ID of the listener service & the method name that has to be called int $priority The higher this value, the earlier an event listener will be triggered in the chain. Defaults to 0. Exceptions InvalidArgumentException