mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Revert "Icinga\Protocol\File\FileReader: implement Icinga\Data\Selectable, ...\Fetchable and Countable"
This reverts commit 7edbb8f27216e6faa0d0dc5a71b407748e9dd535.
This commit is contained in:
parent
876b94cccf
commit
3c4a719feb
@ -4,15 +4,12 @@
|
|||||||
|
|
||||||
namespace Icinga\Protocol\File;
|
namespace Icinga\Protocol\File;
|
||||||
|
|
||||||
use Icinga\Data\Fetchable;
|
|
||||||
use Icinga\Data\Selectable;
|
|
||||||
use Countable;
|
|
||||||
use Zend_Config;
|
use Zend_Config;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read file line by line
|
* Read file line by line
|
||||||
*/
|
*/
|
||||||
class FileReader implements Selectable, Fetchable, Countable
|
class FileReader
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* A PCRE string with the fields to extract from the file's lines as named subpatterns
|
* A PCRE string with the fields to extract from the file's lines as named subpatterns
|
||||||
|
Loading…
x
Reference in New Issue
Block a user