| Current Path : /var/www/html/vendor/codeception/codeception/src/Codeception/Lib/Interfaces/ |
| Current File : /var/www/html/vendor/codeception/codeception/src/Codeception/Lib/Interfaces/DataMapper.php |
<?php
namespace Codeception\Lib\Interfaces;
interface DataMapper extends ORM, DoctrineProvider
{
public function haveInRepository($entity, array $data);
public function seeInRepository($entity, $params = []);
public function dontSeeInRepository($entity, $params = []);
public function grabFromRepository($entity, $field, $params = []);
}