MediaWiki  1.34.0
Scribunto_LuaUriLibrary Class Reference
Inheritance diagram for Scribunto_LuaUriLibrary:
Collaboration diagram for Scribunto_LuaUriLibrary:

Public Member Functions

 anchorEncode ( $s)
 Handler for anchorEncode. More...
 
 canonicalUrl ( $page, $query)
 Handler for canonicalUrl. More...
 
 fullUrl ( $page, $query)
 Handler for fullUrl. More...
 
 localUrl ( $page, $query)
 Handler for localUrl. More...
 
 register ()
 Called to register the library. More...
 
- Public Member Functions inherited from Scribunto_LuaLibraryBase
 __construct (Scribunto_LuaEngine $engine)
 
 incrementExpensiveFunctionCount ()
 Increment the expensive function count, and throw if limit exceeded. More...
 

Private Member Functions

 getUrl ( $func, $page, $query)
 

Additional Inherited Members

- Protected Member Functions inherited from Scribunto_LuaLibraryBase
 checkType ( $name, $argIdx, $arg, $expectType)
 Check the type of a variable. More...
 
 checkTypeOptional ( $name, $argIdx, &$arg, $expectType, $default)
 Check the type of a variable, with default if null. More...
 
 getEngine ()
 Get the engine. More...
 
 getInterpreter ()
 Get the interpreter. More...
 
 getLuaType ( $var)
 Get the Lua type corresponding to the type of the variable. More...
 
 getParser ()
 Get the parser. More...
 
 getParserOptions ()
 Get the parser options. More...
 
 getTitle ()
 Get the title. More...
 

Detailed Description

Definition at line 3 of file UriLibrary.php.

Member Function Documentation

◆ anchorEncode()

Scribunto_LuaUriLibrary::anchorEncode (   $s)

Handler for anchorEncode.

Definition at line 23 of file UriLibrary.php.

References $s, CoreParserFunctions\anchorencode(), and Scribunto_LuaLibraryBase\getParser().

◆ canonicalUrl()

Scribunto_LuaUriLibrary::canonicalUrl (   $page,
  $query 
)

Handler for canonicalUrl.

Definition at line 79 of file UriLibrary.php.

References getUrl().

◆ fullUrl()

Scribunto_LuaUriLibrary::fullUrl (   $page,
  $query 
)

Handler for fullUrl.

Definition at line 68 of file UriLibrary.php.

References getUrl().

◆ getUrl()

Scribunto_LuaUriLibrary::getUrl (   $func,
  $page,
  $query 
)
private

◆ localUrl()

Scribunto_LuaUriLibrary::localUrl (   $page,
  $query 
)

Handler for localUrl.

Definition at line 57 of file UriLibrary.php.

References getUrl().

◆ register()

Scribunto_LuaUriLibrary::register ( )

Called to register the library.

This should do any necessary setup and then call $this->getEngine()->registerInterface(). The value returned by that call should be returned from this function, and must be for 'deferLoad' libraries to work right.

Returns
array Lua package

Reimplemented from Scribunto_LuaLibraryBase.

Definition at line 4 of file UriLibrary.php.

References Scribunto_LuaLibraryBase\getEngine(), and Scribunto_LuaLibraryBase\getTitle().


The documentation for this class was generated from the following file: