for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Flagbit\Bundle\TableAttributeBundle\AttributeType;
use Akeneo\Pim\Structure\Component\AttributeType\AbstractAttributeType;
class TableType extends AbstractAttributeType
{
const FLAGBIT_CATALOG_TABLE = 'flagbit_catalog_table';
/**
* {@inheritdoc}
*/
public function getName()
return self::FLAGBIT_CATALOG_TABLE;
}