Fakerino\Core\Filler\EntityFiller::__construct PHP Method

__construct() public method

public __construct ( mixed $entity, FakeDataFactory $faker )
$entity mixed
$faker Fakerino\Core\FakeDataFactory
    public function __construct($entity, FakeDataFactory $faker)
    {
        $this->entity = $entity;
        $this->faker = $faker;
    }