Exemplo n.º 1
0
 /**
  * Get the attributes map collection
  *
  * @return AttributesMapInterface
  */
 public function getAttributes()
 {
     $attributes = parent::getAttributes();
     if ($this->isChecked()) {
         $attributes->set('checked', null);
     }
     return $attributes;
 }