for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace FSi\Bundle\AdminBundle\spec\fixtures;
use FSi\Bundle\AdminBundle\Admin\CRUD\GenericListElement;
use FSi\Component\DataGrid\DataGridFactoryInterface;
use FSi\Component\DataGrid\DataGridInterface;
use FSi\Component\DataIndexer\DataIndexerInterface;
use FSi\Component\DataSource\DataSourceFactoryInterface;
use FSi\Component\DataSource\DataSourceInterface;
class MyList extends GenericListElement
{
public function getId(): string
}
protected function initDataGrid(DataGridFactoryInterface $factory): DataGridInterface
protected function initDataSource(DataSourceFactoryInterface $factory): DataSourceInterface
public function getDataIndexer(): DataIndexerInterface
public function saveDataGrid(): void