for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Alpixel\Bundle\MediaBundle\DataFixtures\ORM;
use Nelmio\Alice\ProcessorInterface;
class MediaProcessor implements ProcessorInterface
{
public function __construct()
}
/**
* {@inheritdoc}
*/
public function preProcess($object)
public function postProcess($object)