mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-17 21:38:16 +01:00
Updating email references
This commit is contained in:
parent
92ea89d393
commit
bccf1635aa
@ -10,7 +10,7 @@ namespace Guzzle\Common\CacheAdapter;
|
||||
* Abstract cache adapter
|
||||
*
|
||||
* @link http://www.doctrine-project.org/
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
abstract class AbstractCacheAdapter implements CacheAdapterInterface
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ use Guzzle\Common\GuzzleException;
|
||||
/**
|
||||
* Cache adapter exception
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
class CacheAdapterException extends \Exception implements GuzzleException
|
||||
{
|
||||
|
@ -15,7 +15,7 @@ namespace Guzzle\Common\CacheAdapter;
|
||||
* The CacheAdapter interface was inspired by the Doctrine 2 ORM:
|
||||
* @link http://www.doctrine-project.org/
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
interface CacheAdapterInterface
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ namespace Guzzle\Common\CacheAdapter;
|
||||
* Doctrine 2 cache adapter
|
||||
*
|
||||
* @link http://www.doctrine-project.org/
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
class DoctrineCacheAdapter extends AbstractCacheAdapter
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ namespace Guzzle\Common\CacheAdapter;
|
||||
* Zend Framework cache adapter
|
||||
*
|
||||
* @link http://www.doctrine-project.org/
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
class ZendCacheAdapter extends AbstractCacheAdapter
|
||||
{
|
||||
|
@ -9,7 +9,7 @@ namespace Guzzle\Common\Event;
|
||||
/**
|
||||
* Abstract subject class
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
abstract class AbstractSubject implements Subject
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ namespace Guzzle\Common\Event;
|
||||
* Subject mediator event manager that connects {@see Subject}s and their
|
||||
* {@see Observer}s for loose coupling.
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
class EventManager
|
||||
{
|
||||
|
@ -9,7 +9,7 @@ namespace Guzzle\Common\Event;
|
||||
/**
|
||||
* Guzzle Observer class
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
interface Observer
|
||||
{
|
||||
|
@ -9,7 +9,7 @@ namespace Guzzle\Common\Event;
|
||||
/**
|
||||
* Guzzle subject interface
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
interface Subject
|
||||
{
|
||||
|
@ -17,7 +17,7 @@ use Guzzle\Common\Filter\FilterInterface;
|
||||
* run by the chain. Filters are self-contained components without any direct
|
||||
* dependency on other filters.
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
class Chain implements Countable
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ namespace Guzzle\Common\Filter;
|
||||
* An implementation of an intercepting filter using a closure as the processing
|
||||
* method.
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
class ClosureFilter extends AbstractFilter
|
||||
{
|
||||
|
@ -9,7 +9,7 @@ namespace Guzzle\Common\Filter;
|
||||
/**
|
||||
* An intercepting filter interface
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
interface FilterInterface
|
||||
{
|
||||
|
@ -15,7 +15,7 @@ use Guzzle\Common\Log\LogException;
|
||||
* implementations so that you may use the log classes of your favorite
|
||||
* framework.
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
abstract class AbstractLogAdapter implements LogAdapterInterface
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use Guzzle\Service\Aws\SimpleDb\Command\BatchPutAttributes;
|
||||
* the $_maxQueueSize. Pass a configuration parameter of
|
||||
* 'implicit_flush' => TRUE to disable batching.
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
abstract class AbstractQueuedLogAdapter extends AbstractLogAdapter
|
||||
|
@ -10,7 +10,7 @@ namespace Guzzle\Common\Log\Adapter;
|
||||
* Allows Closures to be called when messages are logged. Closures combined
|
||||
* with filtering can trigger application events based on log messages.
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
class ClosureLogAdapter extends AbstractLogAdapter
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ use Guzzle\Common\Log\LogException;
|
||||
/**
|
||||
* Description of LogAdapterException
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
class LogAdapterException extends LogException
|
||||
{
|
||||
|
@ -13,7 +13,7 @@ use Guzzle\Common\Filter\Chain;
|
||||
* implementations so that you may use the log classes of your favorite
|
||||
* framework.
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
interface LogAdapterInterface
|
||||
{
|
||||
|
@ -9,7 +9,7 @@ namespace Guzzle\Common\Log\Adapter;
|
||||
/**
|
||||
* Adapts the Zend_Log class to the Guzzle framework
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
class ZendLogAdapter extends AbstractLogAdapter
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ use Guzzle\Common\GuzzleException;
|
||||
/**
|
||||
* Guzzle log exception
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
class LogException extends \Exception implements GuzzleException
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ use Guzzle\Common\Log\Adapter\LogAdapterInterface;
|
||||
/**
|
||||
* Logs data to multiple {@see LogAdapterInterface} objects.
|
||||
*
|
||||
* @author Michael Dowling <michael@guzzle-project.org>
|
||||
* @author Michael Dowling <michael@guzzlephp.org>
|
||||
*/
|
||||
class Logger
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user