luyadev/luya

View on GitHub
core/helpers/Inflector.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace luya\helpers;

use luya\yii\helpers\Inflector as HelpersInflector;

/**
 * Helper methods which can be used for string transformations
 *
 * Extends the {{yii\helpers\BaseInflector}} class by:
 *
 * + {{luya\helpers\Inflector::slug()}}
 *
 * @author Martin Petrasch <martin.petrasch@zephir.ch>
 * @since 1.0.0
 */
class Inflector extends HelpersInflector
{
}