1
0
mirror of synced 2024-12-14 07:06:04 +03:00
This commit is contained in:
Fabio B. Silva 2011-12-27 09:53:09 -02:00
parent abb258c951
commit ff4ed93707

View File

@ -21,7 +21,8 @@
namespace Doctrine\ORM\Mapping;
/**
* The default NamingStrategy
* Naming strategy implementing the underscore naming convention.
* Converts 'MyEntity' to 'my_entity' or 'MY_ENTITY'.
*
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link www.doctrine-project.org
@ -31,7 +32,7 @@ namespace Doctrine\ORM\Mapping;
class UnderscoreNamingStrategy implements NamingStrategy
{
/**
* @var string
* @var integer
*/
private $case;