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

A class that can be used to handle records. More...

+ Inheritance diagram for Plop\HandlersCollection:

Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from Plop\HandlersCollectionAbstract
const TYPE_HINT = '\\Plop\\HandlerInterface'
 
- Public Attributes inherited from Plop\Collection
const TYPE_HINT = null
 
- Protected Attributes inherited from Plop\Collection
 $items = array()
 List of items in the collection.
 

Detailed Description

A class that can be used to handle records.

Definition at line 27 of file HandlersCollection.php.

Member Function Documentation

Plop\HandlersCollection::handle ( \Plop\RecordInterface  $record)

Definition at line 30 of file HandlersCollection.php.


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