Baum\Generators\Generator::classify PHP Method

classify() protected method

Inflect to a class name.
protected classify ( string $input ) : string
$input string
return string
    protected function classify($input)
    {
        return studly_case(str_singular($input));
    }