asFQSENString() public method

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