diff --git a/library/Icinga/Protocol/File/FileReader.php b/library/Icinga/Protocol/File/FileReader.php index 3f1ccc97b..e66c3edf5 100644 --- a/library/Icinga/Protocol/File/FileReader.php +++ b/library/Icinga/Protocol/File/FileReader.php @@ -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