MediaWiki
REL1_32
Fetcher.php
Go to the documentation of this file.
1
<?php
8
namespace
LocalisationUpdate
;
9
13
interface
Fetcher
{
20
public
function
fetchFile
( $url );
21
29
public
function
fetchDirectory
( $pattern );
30
}
LocalisationUpdate\Fetcher
Interface for classes which fetch files over different protocols and ways.
Definition
Fetcher.php:13
LocalisationUpdate\Fetcher\fetchFile
fetchFile( $url)
Fetches a single resource.
LocalisationUpdate\Fetcher\fetchDirectory
fetchDirectory( $pattern)
Fetch a list of resources.
LocalisationUpdate
Definition
Fetcher.php:8
extensions
LocalisationUpdate
includes
fetcher
Fetcher.php
Generated on Mon Nov 25 2024 15:56:36 for MediaWiki by
1.10.0