예제 #1
0
 /**
  * Sets the default site instance used by the tag factory
  *
  * @param SiteInstance $instance the default site instance used by the tag
  *                                factory.
  */
 public static function setDefaultInstance(SiteInstance $instance)
 {
     self::$default_instance = $instance;
 }