Horde_Vfs_Base::_listFolder PHP Метод

_listFolder() защищенный Метод

Returns an an unsorted file list of the specified directory.
protected _listFolder ( string $path, string | array $filter = null, boolean $dotfiles = true, boolean $dironly = false ) : array
$path string The path of the directory.
$filter string | array Regular expression(s) to filter file/directory name on.
$dotfiles boolean Show dotfiles?
$dironly boolean Show only directories?
Результат array File list.
    protected function _listFolder($path, $filter = null, $dotfiles = true, $dironly = false)
    {
        throw new Horde_Vfs_Exception('Not supported.');
    }