Searched refs:toEscapedName (Results 1 – 1 of 1) sorted by relevance
529 public function toEscapedName(): string { function in SimpleType795 return $type->toEscapedName();2197 $escapedClassName = $classType->toEscapedName();2207 $escapedClassName = $classType->toEscapedName();2220 $escapedClassName = $arginfoType->classTypes[0]->toEscapedName();3824 $simpleReturnType->toEscapedName(), $returnType->isNullable()3877 $simpleArgType->toEscapedName(), $argType->isNullable(),
Completed in 37 milliseconds