Icinga\Protocol\File\FileReader: implement Icinga\Data\Selectable, and Countable
This commit is contained in:
parent
3c4a719feb
commit
70146c43e7
|
@ -4,12 +4,14 @@
|
|||
|
||||
namespace Icinga\Protocol\File;
|
||||
|
||||
use Icinga\Data\Selectable;
|
||||
use Countable;
|
||||
use Zend_Config;
|
||||
|
||||
/**
|
||||
* Read file line by line
|
||||
*/
|
||||
class FileReader
|
||||
class FileReader implements Selectable, Countable
|
||||
{
|
||||
/**
|
||||
* A PCRE string with the fields to extract from the file's lines as named subpatterns
|
||||
|
|
Loading…
Reference in New Issue