KWeb
6.4
|
Public Member Functions | |
getItemPrinter () | |
Static Public Member Functions | |
static | getClassAttributes (array $options=array()) |
Returns attribute table for this class. | |
static | prepareSearch ($search) |
static KWebItem_Dir::getClassAttributes | ( | array $ | options = array() | ) | [static] |
Returns attribute table for this class.
Once created, the table should be stored in a static value. The table should be read only.
Options contain 'genre', 'type' and 'object' for which this attribute table is needed. However, the best practice is to always return always the same, static attribute table.
Overriding classes should be responsible to clone the table and it's attributes and modify them if needed.
Reimplemented from KWebItemInfo.
KWebItem_Dir::getItemPrinter | ( | ) |
Reimplemented from KWebItem.
static KWebItem_Dir::prepareSearch | ( | $ | search | ) | [static] |
$search | KWebSearch |
Reimplemented from KWebItem.