[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/extensions/LocalisationUpdate/fetcher/ -> Fetcher.php (summary)

(no description)

Author: Niklas Laxström
License: GPL-2.0+
File Size: 26 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

LU_Fetcher:: (2 methods):
  fetchFile()
  fetchDirectory()


Interface: LU_Fetcher  - X-Ref

Interface for classes which fetch files over different protocols and ways.

fetchFile( $url )   X-Ref
Fetches a single resource.

return: bool|string False on failure.

fetchDirectory( $pattern )   X-Ref
Fetch a list of resources. This has the benefit of being able to pick up
new languages as they appear if languages are stored in separate files.

return: array



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1