示例#1
0
文件: Commit.php 项目: cpliakas/psolr
 /**
  * @return string
  */
 public function buildAttributes()
 {
     $attributes = parent::buildAttributes();
     $attributes .= $this->buildAttribute('expungeDeletes');
     return $attributes;
 }
示例#2
0
 /**
  * @return string
  */
 public function buildAttributes()
 {
     $attributes = parent::buildAttributes();
     $attributes .= $this->buildAttribute('maxSegments');
     return $attributes;
 }