Moodle  2.2.1
http://www.collinsharper.com
tool_customlang_translator Class Reference
Inheritance diagram for tool_customlang_translator:
Collaboration diagram for tool_customlang_translator:

Public Member Functions

 __construct (moodle_url $handler, $lang, $filter, $currentpage=0)

Data Fields

const PERPAGE = 100
 $numofrows = 0
 $handler
 $lang
 $currentpage = 0
 $strings = array()

Protected Attributes

 $filter

Detailed Description

Represents the translation tool

Definition at line 451 of file locallib.php.


Constructor & Destructor Documentation

__construct ( moodle_url handler,
lang,
filter,
currentpage = 0 
)

Definition at line 474 of file locallib.php.


Field Documentation

$currentpage = 0

Definition at line 466 of file locallib.php.

$filter [protected]

Definition at line 472 of file locallib.php.

$handler

Definition at line 460 of file locallib.php.

$lang

Definition at line 463 of file locallib.php.

$numofrows = 0

Definition at line 457 of file locallib.php.

$strings = array()

Definition at line 469 of file locallib.php.

const PERPAGE = 100

int number of rows per page

Definition at line 454 of file locallib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations