Searched refs:instance (Results 1 – 8 of 8) sorted by relevance
225 $instance = new $class();228 $instance = $reflector->newInstanceArgs($parameters);231 if ($instance instanceof RegistryAware) {232 $instance->set_registry($this);233 } elseif (method_exists($instance, 'set_registry')) {235 $instance->set_registry($this);237 return $instance;
8 private static $instance; variable in dokuwiki\\Remote\\OpenApiDoc\\ClassResolver21 if (self::$instance === null) {22 self::$instance = new self();24 return self::$instance;
23 protected static $instance; variable in dokuwiki\\ActionRouter61 if ((!self::$instance instanceof \dokuwiki\ActionRouter) || $reinit) {62 self::$instance = new ActionRouter();64 return self::$instance;
17 protected static $instance; variable in dokuwiki\\plugin\\extension\\Repository34 if (self::$instance === null) {35 self::$instance = new self();37 return self::$instance;
131 you call backend code from your CLI that expects a Logger instance to produce any sensible status o…138 The resulting object then can be passed as the logger instance. The difference between the two is i…140 …or the interface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\ph…
32 The typical flow of LesserPHP is to create a new instance of `Lessc`,
32 - New interface `SimplePie\RegistryAware` to inject the `Registry` instance into classes created by…300 * Fixed an instance where an error message in `SimplePie` was not being triggered correctly. [#348]…
6 …instance.options.handle?this.item.find(this.instance.options.handle):this.item,"ui-sortable-handle… property