for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* File containing the BinaryFileMigrationHandler class.
*
* @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\EzPublishIOBundle\Migration\MigrationHandler;
use eZ\Bundle\EzPublishIOBundle\Migration\MigrationHandler;
class BinaryFileMigrationHandler extends MigrationHandler
{
public function countFiles()
return 42; //TODO
}
public function loadFileData($bulkCount, $pass)
return []; //TODO
public function migrateFile($fileData)
return true;