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