Ejemplo n.º 1
0
 /**
  * Class constructor.
  *
  * @param bool $styleLabels
  * @param string $styleIndent
  */
 public function __construct($styleLabels = FALSE, $styleIndent = " -- ")
 {
     parent::__construct();
     $this->_styleLabels = $styleLabels;
     $this->_styleIndent = $styleIndent;
 }
Ejemplo n.º 2
0
 /**
  * class constructor
  */
 function __construct($styleLabels = false)
 {
     parent::__construct();
     $this->_styleLabels = $styleLabels;
 }