public function __construct($name = '')
 {
     parent::__construct($name);
     if (version_compare(PHP_VERSION, '5.3.0') >= 0) {
         $this->clearConditional = true;
     }
 }
 /**
  * Constructor.
  *
  * @param string $name appender name
  */
 public function __construct($name)
 {
     parent::__construct($name);
 }