KWeb
6.4
|
Public Member Functions | |
getObjectId () | |
getObjectGenre () | |
getStructures ($filter=false, array $options=array()) | |
Returns specified structure objects, or all of them. | |
getTitle () | |
| |
Static Public Member Functions | |
static | getClassAttributes (array $options=array()) |
The genre class may redirect getClassAttributes to it's object definition class. | |
static | resolveObjectName ($id, $params=false) |
Resolves the human readable name to internal id or an object. | |
static | fetchObjects ($ids, $params) |
Zwraca tablicę obiektów. |
static KWebGenre_Comment::fetchObjects | ( | $ | ids, |
$ | params | ||
) | [static] |
Zwraca tablicę obiektów.
Reimplemented from KWebObject.
static KWebGenre_Comment::getClassAttributes | ( | array $ | options = array() | ) | [static] |
The genre class may redirect getClassAttributes to it's object definition class.
Reimplemented from KWebGenre.
KWebGenre_Comment::getObjectGenre | ( | ) |
Reimplemented from KWebObject.
KWebGenre_Comment::getObjectId | ( | ) |
Reimplemented from KWebObject.
KWebGenre_Comment::getStructures | ( | $ | filter = false , |
array $ | options = array() |
||
) |
Returns specified structure objects, or all of them.
$filter | - array of structure ids, or false for every one of them |
Reimplemented from KWebObject.
KWebGenre_Comment::getTitle | ( | ) |
Reimplemented from KWebObject.
static KWebGenre_Comment::resolveObjectName | ( | $ | id, |
$ | params = false |
||
) | [static] |
Resolves the human readable name to internal id or an object.
If object is returned, it should be also registered with KWebCache::storeObjectCache, otherwise it may be asked again...
It's up to the implementation how to handle this...
unknown_type | $id | |
unknown_type | $params |
Reimplemented from KWebObject.