.

SearchIndexModelRule Class Reference

Contains rules for indexing a single model. More...

List of all members.

Public Member Functions

  __construct ($model, $id, $weight=1)

Public Attributes

  $model
  $model_id
  $weight

Detailed Description

Contains rules for indexing a single model.

Author:
Gerd Riesselmann

Definition at line 8 of file searchindexmodelrule.cls.php.


Constructor & Destructor Documentation

SearchIndexModelRule::__construct ( model,
id,
weight = 1  
)

Definition at line 13 of file searchindexmodelrule.cls.php.

00013                                                               {
00014                 $this->model = $model;
00015                 $this->model_id = $id;
00016                 $this->weight = $weight;                
00017         }

Member Data Documentation

SearchIndexModelRule::$model

Definition at line 9 of file searchindexmodelrule.cls.php.

SearchIndexModelRule::$model_id

Definition at line 10 of file searchindexmodelrule.cls.php.

SearchIndexModelRule::$weight

Definition at line 11 of file searchindexmodelrule.cls.php.


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