for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* File containing the BinaryFileLister 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\FileLister;
use eZ\Bundle\EzPublishIOBundle\Migration\FileListerInterface;
class BinaryFileLister extends FileLister implements FileListerInterface
{
public function countFiles()
//TODO
return 0;
}
public function loadMetadataList($limit = null, $offset = null)
return [];