asFQSENString() public méthode

public asFQSENString ( ) : string
Résultat string A string representation of this type in FQSEN form.
 /**
  * @return FullyQualifiedClassName
  * A fully qualified class name from the given type
  */
 public static function fromType(Type $type) : FullyQualifiedClassName
 {
     return self::fromFullyQualifiedString($type->asFQSENString());
 }