Fakerino\Core\FakeDataFactoryInterface::fakeTable PHP Method

fakeTable() public method

Fills the given table with fake data.
public fakeTable ( string | null $tableName = null ) : array
$tableName string | null
return array $rows
    public function fakeTable($tableName = null);