Baum\Generators\Generator::tableize PHP Méthode

tableize() protected méthode

Inflect to table name.
protected tableize ( string $input ) : string
$input string
Résultat string
    protected function tableize($input)
    {
        return snake_case(str_plural($input));
    }