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