Ejemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct(Activity\Context &$Context = null)
 {
     parent::__construct($Context);
 }
 /**
  * Constructor
  */
 public function __construct(Activity\Context &$Context = null, $showCadence = true)
 {
     $this->showCadence = $showCadence;
     parent::__construct($Context);
 }