Classification provider.
More...
Static Public Member Functions |
static | getValidProviders ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) |
| Get all valid providers (for parent container)
|
static | isActive ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) |
| Is provider currently active?
|
Protected Member Functions |
| init () |
| Instance initialisation.
|
Detailed Description
Constructor & Destructor Documentation
ilClassificationProvider::__construct |
( |
|
$a_parent_ref_id, |
|
|
|
$a_parent_obj_id, |
|
|
|
$a_parent_obj_type |
|
) |
| |
Constructor.
- Parameters
-
int | $a_parent_ref_id | |
int | $a_parent_obj_id | |
string | $a_parent_obj_type | |
- Returns
- self
Definition at line 26 of file class.ilClassificationProvider.php.
References init().
{
$this->parent_ref_id = (int)$a_parent_ref_id;
$this->parent_obj_id = (int)$a_parent_obj_id;
$this->parent_type = (string)$a_parent_obj_type;
}
Member Function Documentation
ilClassificationProvider::getFilteredObjects |
( |
| ) |
|
|
abstract |
static ilClassificationProvider::getValidProviders |
( |
|
$a_parent_ref_id, |
|
|
|
$a_parent_obj_id, |
|
|
|
$a_parent_obj_type |
|
) |
| |
|
static |
ilClassificationProvider::importPostData |
( |
|
$a_saved = null | ) |
|
|
abstract |
ilClassificationProvider::init |
( |
| ) |
|
|
protected |
static ilClassificationProvider::isActive |
( |
|
$a_parent_ref_id, |
|
|
|
$a_parent_obj_id, |
|
|
|
$a_parent_obj_type |
|
) |
| |
|
staticabstract |
ilClassificationProvider::render |
( |
array & |
$a_html, |
|
|
|
$a_parent_gui |
|
) |
| |
|
abstract |
ilClassificationProvider::setSelection |
( |
|
$a_value | ) |
|
|
abstract |
Field Documentation
ilClassificationProvider::$parent_obj_id |
|
protected |
ilClassificationProvider::$parent_ref_id |
|
protected |
ilClassificationProvider::$parent_type |
|
protected |
The documentation for this class was generated from the following file: