You are here

namespace Doctrine\Common in Zircon Profile 8

Same name in other branches
  1. 8.0 Doctrine\Common
Classsort descending Location Description
ClassLoader vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php A <tt>ClassLoader</tt> is an autoloader for class files that can be installed on the SPL autoload stack. It is a class loader that either loads only classes of a specific namespace or all namespaces and it is suitable for working…
CommonException vendor/doctrine/common/lib/Doctrine/Common/CommonException.php Base exception class for package Doctrine\Common.
Comparable vendor/doctrine/common/lib/Doctrine/Common/Comparable.php Comparable interface that allows to compare two value objects to each other for similarity.
EventArgs vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php EventArgs is the base class for classes containing event data.
EventManager vendor/doctrine/common/lib/Doctrine/Common/EventManager.php The EventManager is the central point of Doctrine's event listener system. Listeners are registered on the manager and events are dispatched through the manager.
EventSubscriber vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php An EventSubscriber knows himself what events he is interested in. If an EventSubscriber is added to an EventManager, the manager invokes {@link getSubscribedEvents} and registers the subscriber as a listener for all returned events.
Lexer vendor/doctrine/common/lib/Doctrine/Common/Lexer.php Base class for writing simple lexers, i.e. for creating small DSLs.
NotifyPropertyChanged vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php Contract for classes that provide the service of notifying listeners of changes to their properties.
PropertyChangedListener vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php Contract for classes that are potential listeners of a <tt>NotifyPropertyChanged</tt> implementor.
Version vendor/doctrine/common/lib/Doctrine/Common/Version.php Class to store and retrieve the version of Doctrine.