?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/loco-translate/src/fs/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/loco-translate/src

?? Viewing: FileListInterface.php

<?php

interface Loco_fs_FileListInterface extends Countable, Iterator {

    /**
     * Add a file uniquely
     * @param Loco_fs_File
     * @return bool whether file was added (and didn't already exist)
     */
    public function add( Loco_fs_File $file );
    
}


??

??