for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Yokai\EnumBundle\Enum;
/**
* @author Yann Eugoné <[email protected]>
*/
trait EnumWithClassAsNameTrait
{
* @return string
public function getName()
return static::class;
}