Ejemplo n.º 1
0
 /**
  * Constructor
  * 
  * @param array $options Default option array
  * @return void
  * @ignore
  */
 public function __construct(array $options = array())
 {
     $this->properties['showZeroValue'] = false;
     parent::__construct($options);
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  * 
  * @param array $options Default option array
  * @return void
  * @ignore
  */
 public function __construct(array $options = array())
 {
     $this->properties['showLastValue'] = true;
     $this->properties['renderLastOutside'] = false;
     parent::__construct($options);
 }
Ejemplo n.º 3
0
 /**
  * Constructor
  * 
  * @param array $options Default option array
  * @return void
  * @ignore
  */
 public function __construct(array $options = array())
 {
     parent::__construct($options);
     $this->properties['outerStep'] = true;
 }
 /**
  * Constructor
  * 
  * @param array $options Default option array
  * @return void
  * @ignore
  */
 public function __construct(array $options = array())
 {
     parent::__construct($options);
     $this->properties['angle'] = null;
 }
Ejemplo n.º 5
0
 /**
  * Constructor
  * 
  * @param array $options Default option array
  * @return void
  * @ignore
  */
 public function __construct(array $options = array())
 {
     $this->properties['lastStep'] = null;
     parent::__construct($options);
 }