/**
  * Shortcut to get view attribtes.
  *
  * @return \Netzmacht\Html\Attributes
  */
 public function getAttributes()
 {
     return $this->view->getAttributes();
 }