getTimeline() public method

Return the timeline instance
public getTimeline ( )
Esempio n. 1
0
 /**
  * Return the timeline instance
  *
  * @static 
  */
 public static function getTimeline()
 {
     return \Clockwork\Clockwork::getTimeline();
 }