コード例 #1
0
 /**
  * Constructor
  */
 public function __construct(Activity\Context &$Context = null, $showCadence = true)
 {
     $this->showCadence = $showCadence;
     parent::__construct($Context);
 }
コード例 #2
0
 /**
  * Constructor
  */
 public function __construct(Activity\Context &$Context = null)
 {
     parent::__construct($Context);
 }
コード例 #3
0
 /**
  * Append row
  * @param TrainingViewSectionRowTabbedPlot $Row
  */
 protected final function appendRowTabbedPlot(TrainingViewSectionRowTabbedPlot &$Row)
 {
     $this->Rows[] = $Row;
     $this->Links += $Row->getLinks();
     $Row->setCSSid($this->cssId());
 }