getStorage() public method

Return the storage object
public getStorage ( )
Example #1
0
 /**
  * Return the storage object
  *
  * @static 
  */
 public static function getStorage()
 {
     return \Clockwork\Clockwork::getStorage();
 }