core/helpers/Inflector.php
<?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
{
}