Function class_basename
Get the "class basename" of a class or object.
The basename is considered to be the name of the class minus all namespaces.
Located at laravel/helpers.php
object|string |
$class |
string
|
Get the "class basename" of a class or object.
The basename is considered to be the name of the class minus all namespaces.
object|string |
$class |
string
|