Common\Doctrine\Type\EnumBoolType::getName PHP Method

getName() public method

public getName ( ) : string
return string
    public function getName()
    {
        return self::ENUM_BOOL;
    }