Current File : /home/b/w/a/bwalansa/www/wp-content.old/plugins/loco-translate/src/fs/FileListInterface.php
<?php

interface Loco_fs_FileListInterface extends Countable, Iterator {
    
    public function add( Loco_fs_File $file );
    
}