Searched refs:forcereload (Results 1 – 6 of 6) sorted by relevance
8 public static function getInstance($forcereload = false) argument10 return parent::getInstance($forcereload); // TODO: Change the autogenerated stub
32 public static function getInstance($forcereload = false) argument34 if (null === self::$instance || $forcereload) {
63 * @param bool $forcereload create a new instace72 $forcereload = false argument75 if (empty(self::$instances[$issueHash]) || $forcereload) {
12 public static function getInstance($forcereload = false) argument15 if (empty(self::$instance[$class]) || $forcereload) {
29 * @param bool $forcereload create a new instace to reload the assignment data32 public static function getInstance($forcereload = false) argument34 if (is_null(self::$instance) or $forcereload) {
28 * @param bool $forcereload create a new instace to reload the assignment data31 public static function getInstance($forcereload = false) argument33 if (is_null(self::$instance) or $forcereload) {