Property | Type | Description | |
---|---|---|---|
$reader | |||
$writer |
Method | Description | |
---|---|---|
__construct ( App\Services\Config\ConfigReaderInterface $reader, App\Services\Config\ConfigWriterInterface $writer ) : void | Create a new repository instance. | |
all ( ) | ||
byId ( $id ) | ||
byPage ( $page = 1, $limi = 10 ) | ||
create ( array $data ) | ||
delete ( $id ) | ||
update ( array $data ) |
public __construct ( App\Services\Config\ConfigReaderInterface $reader, App\Services\Config\ConfigWriterInterface $writer ) : void | ||
$reader | App\Services\Config\ConfigReaderInterface | |
$writer | App\Services\Config\ConfigWriterInterface | |
return | void |