getTimeline() public method

Return the timeline instance
public getTimeline ( )
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: becast/GameReviewSite
 /**
  * Return the timeline instance
  *
  * @static 
  */
 public static function getTimeline()
 {
     return \Clockwork\Clockwork::getTimeline();
 }