Searched refs:forcereload (Results 1 – 7 of 7) sorted by relevance
13 public static function getInstance($forcereload = false) argument15 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) {
29 * @param bool $forcereload create a new instance to reload the assignment data32 public static function getInstance($forcereload = false) argument34 if (is_null(self::$instance) || $forcereload) {
30 * @param bool $forcereload create a new instace to reload the assignment data33 public static function getInstance($forcereload = false) argument35 if (is_null(self::$instance) || $forcereload) {