resolve()
resolve(string $type) : string
Resolve the class name from the requested type.
Parameters
string |
$type |
The "type" of object to resolve (the object ident). |
Throws
- \InvalidArgumentException
If the type parameter is not a string.
Returns
string
— The resolved class name (FQN).