/**
  * @param string $type
  */
 function __construct($type = 'text')
 {
     $this->_type = $type;
     parent::__construct();
 }