Searched refs:name2 (Results 1 – 1 of 1) sorted by relevance
221 * @param string|string[]|self|null $name2 The second name226 public static function concat($name1, $name2, array $attributes = []) { argument227 if (null === $name1 && null === $name2) {231 return new static($name2, $attributes);233 if (null === $name2) {237 self::prepareName($name1) . '\\' . self::prepareName($name2), $attributes
Completed in 4 milliseconds