Your IP : 216.73.216.48


Current Path : /hdd/hdd11/www/codedit/vendor/yiisoft/yii2/helpers/
Upload File :
Current File : /hdd/hdd11/www/codedit/vendor/yiisoft/yii2/helpers/Inflector.php

<?php
/**
 * @link http://www.yiiframework.com/
 * @copyright Copyright (c) 2008 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

namespace yii\helpers;

/**
 * Inflector pluralizes and singularizes English nouns. It also contains some other useful methods.
 *
 * @author Antonio Ramirez <amigo.cobos@gmail.com>
 * @since 2.0
 */
class Inflector extends BaseInflector
{
}