string
extractNamespace(string $name, string $limit = null)
Returns the namespace part of the command name. This method is not part of public API and should not be used directly.
Parameters string $name The full name of the command string $limit The maximum number of parts of the namespace Return Value string The namespace of the command