setTimeline() public method

Set a custom timeline instance
public setTimeline ( Timeline $timeline )
$timeline Clockwork\Request\Timeline
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: becast/GameReviewSite
 /**
  * Set a custom timeline instance
  *
  * @static 
  */
 public static function setTimeline($timeline)
 {
     return \Clockwork\Clockwork::setTimeline($timeline);
 }