/**
  * Constructor.
  *
  * @since 1.0.0
  *
  * @access public
  * @param array $data The data what has to be associated with this render.
  */
 public function __construct($data = array())
 {
     parent::__construct($data);
     // disable focus target option
     $this->_includeFocusTarget = false;
 }
Example #2
0
 /**
  * Constructor.
  *
  * @since 1.0.0
  *
  * @access public
  * @param array $data The data what has to be associated with this render.
  */
 public function __construct($data = array())
 {
     parent::__construct($data);
     $this->_includeCurveTypes = false;
 }