Example #1
0
 /**
  * Populate the instance with this class
  *
  * @since   1.6
  * @access  public
  * @static
  * @return  void
  */
 public static function instantiate()
 {
     if (is_null(self::$_instance)) {
         // First init, returns nothing
         self::$_instance = new self();
     }
 }