Facturacion
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
<?php
|
||||
namespace Incoviba\Common\Define\Repository;
|
||||
|
||||
use Incoviba\Common\Define\Model;
|
||||
|
||||
interface Mapper
|
||||
{
|
||||
public function setProperty(string $property): Mapper;
|
||||
@ -12,4 +14,6 @@ interface Mapper
|
||||
public function hasFunction(): bool;
|
||||
public function hasFactory(): bool;
|
||||
public function hasDefault(): bool;
|
||||
|
||||
public function parse(Model &$model, string $column, ?array $data): bool;
|
||||
}
|
||||
|
Reference in New Issue
Block a user