StripNamespace::from()

Since v1.4.0

Description

StripNamespace::from() returns a class or object's class name, minus the namespace.

use GanbaroDigital\MissingBits\TypeInspectors\StripNamespace;
public static string StripNamespace::from(string|object $item);

Parameters

The input parameters are:

Return Value

StripNamespace::from() returns a string. It contains the name of the class or object, without the namespace portion of the name.

Throws

StripNamespace::from() throws these exceptions:

Works With

StripNamespace::from() is supported on these versions of PHP:

PHP Version Works?
5.5 Yes
5.6 Yes
7.0 Yes
HHVM Yes