Searched refs:namespace (Results 1 – 3 of 3) sorted by relevance
195 * @param string $namespace200 public static function registerNamespace(string $namespace, string $path): void argument202 if ($namespace === '') {210 self::$namespaces[$namespace] = $path;251 [$namespace, $view_name] = explode(self::NAMESPACE_SEPARATOR, $view_name, 2);253 if ((self::$namespaces[$namespace] ?? null) === null) {254 throw new RuntimeException('Namespace "' . e($namespace) . '" not found.');257 $view_file = self::$namespaces[$namespace] . $view_name . self::TEMPLATE_EXTENSION;
38 * @param string $namespace Where to find our MigrationXXX classes45 public function updateSchema(string $namespace, string $schema_name, int $target_version): bool argument58 $class = $namespace . '\\Migration' . $current_version;
379 …keditor4/latest/api/CKEDITOR_tools.html#method-throttle) functions logic into a separate namespace.