Example #1
0
 /**
  * Initiate the hash if it does not exist.
  *
  * @return void
  * @author Justin Palmer
  */
 private static function init()
 {
     if (self::$Hash === null) {
         self::$Hash = new Hash();
     }
 }