Classes

N

Doctrine\Common\Collections

C
AbstractLazyCollectionLazy collection that is backed by a concrete collection
C
ArrayCollectionAn ArrayCollection is a Collection implementation that wraps a regular PHP array.
I
CollectionThe missing (SPL) Collection/Array/OrderedMap interface.
C
CriteriaCriteria for filtering Selectable collections.
N

Doctrine\Common\Collections\Expr

C
ClosureExpressionVisitorWalks an expression graph and turns it into a PHP closure.
C
ComparisonComparison of a field with a value by the given operator.
C
CompositeExpressionExpression of Expressions combined by AND or OR operation.
I
ExpressionExpression for the {@link Selectable} interface.
C
ExpressionVisitorAn Expression visitor walks a graph of expressions and turns them into a query for the underlying implementation.
C
Value
N

Doctrine\Common\Collections

C
ExpressionBuilderBuilder for Expressions in the {@link Selectable} interface.
I
SelectableInterface for collections that allow efficient filtering with an expression API.
N

nochso\Benchmark

C
MethodA method that can be benchmarked with optional parameters.
C
ParameterParameter consists of any mixed value and a name.
C
ProgressProgress.
C
ReportReport takes a list of Unit objects and creates a HTML report of the results.
C
ResultResult contains the test results for a specific method and parameter.
C
ResultBoundsResultBounds.
C
TimerTimer runs a closure for a minimum duration to ensure stable results.
N

nochso\Benchmark\Twig

C
GithubMarkdownExtensionUsed to register Github flavoured Markdown as a Twig filter.
C
ReportExtensionReportExtension.
N

nochso\Benchmark

C
UnitUnit is a list of related methods and the parameters they're called with.
C
UnitListUnitList is a list of Unit objects.
C
UnitResultUnitResult.
N

nochso\Benchmark\Util

C
ColorColor.
C
OutStatic helper for command line output.
C
PathPath is utility class with static methods.