Baum\Generators\Generator::classify PHP 메소드

classify() 보호된 메소드

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