Searched refs:toEscapedName (Results 1 – 1 of 1) sorted by relevance
550 public function toEscapedName(): string { function in SimpleType814 return $type->toEscapedName();2444 $escapedClassName = $classType->toEscapedName();2454 $escapedClassName = $classType->toEscapedName();2467 $escapedClassName = $arginfoType->classTypes[0]->toEscapedName();4918 $simpleReturnType->toEscapedName(), $returnType->isNullable()4971 $simpleArgType->toEscapedName(), $argType->isNullable(),
Completed in 33 milliseconds