You are here

namespace Doctrine\Common in Plug 7

Classsort descending Location Description
ClassLoader lib/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 lib/doctrine/common/lib/Doctrine/Common/CommonException.php Base exception class for package Doctrine\Common.
Comparable lib/doctrine/common/lib/Doctrine/Common/Comparable.php Comparable interface that allows to compare two value objects to each other for similarity.
EventArgs lib/doctrine/common/lib/Doctrine/Common/EventArgs.php EventArgs is the base class for classes containing event data.
EventManager lib/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 lib/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 lib/doctrine/common/lib/Doctrine/Common/Lexer.php Base class for writing simple lexers, i.e. for creating small DSLs.
NotifyPropertyChanged lib/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php Contract for classes that provide the service of notifying listeners of changes to their properties.
PropertyChangedListener lib/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php Contract for classes that are potential listeners of a <tt>NotifyPropertyChanged</tt> implementor.
Version lib/doctrine/common/lib/Doctrine/Common/Version.php Class to store and retrieve the version of Doctrine.