BookStack\Ownable::getClassName PHP Method

getClassName() public static method

Gets the class name.
public static getClassName ( ) : string
return string
    public static function getClassName()
    {
        return strtolower(array_slice(explode('\\', static::class), -1, 1)[0]);
    }