Example #1
0
 /**
  * @return string
  */
 public function buildAttributes()
 {
     $attributes = parent::buildAttributes();
     $attributes .= $this->buildAttribute('expungeDeletes');
     return $attributes;
 }
Example #2
0
 /**
  * @return string
  */
 public function buildAttributes()
 {
     $attributes = parent::buildAttributes();
     $attributes .= $this->buildAttribute('maxSegments');
     return $attributes;
 }