yii_solr; } public function setAttribute($name, $value) { $this->_attributes [$name] = $value; return true; } public function getAttribute($name) { if (property_exists ( $this, $name )) return $this->$name; elseif (isset ( $this->_attributes [$name] )) return $this->_attributes [$name]; } }