for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* File containing the Collector interface.
*
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/
namespace eZ\Bundle\EzPublishCoreBundle\Translation;
interface Collector
{
* @return array
public function collect();
}