Plop
A simple logging library for PHP
Plop\HandlersCollectionAbstract Class Reference

Interface for a collection of handlers. More...

+ Inheritance diagram for Plop\HandlersCollectionAbstract:

Public Member Functions

 handle (\Plop\RecordInterface $record)
 
- Public Member Functions inherited from Plop\Collection
 count ()
 
 getIterator ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 

Public Attributes

const TYPE_HINT = '\\Plop\\HandlerInterface'
 
- Public Attributes inherited from Plop\Collection
const TYPE_HINT = null
 

Additional Inherited Members

- Protected Attributes inherited from Plop\Collection
 $items = array()
 List of items in the collection.
 

Detailed Description

Interface for a collection of handlers.

Definition at line 27 of file HandlersCollectionAbstract.php.

Member Function Documentation

Plop\HandlersCollectionAbstract::handle ( \Plop\RecordInterface  $record)
abstract

Handle a single log record.

Parameters
Plop::RecordInterface$recordThe record to handle.
Return values
Plop::HandlersCollectionAbstractThe current collection (ie. $this).

The documentation for this class was generated from the following file: