PHP 8.0.30
Preview: RepositoryInterface.php Size: 380 B
//home/certprox/template.certproxywizard.com/wp-content/plugins/hostinger-reach/src/Repositories/RepositoryInterface.php

<?php

namespace Hostinger\Reach\Repositories;

if ( ! defined( 'ABSPATH' ) ) {
    die;
}

interface RepositoryInterface {
    public function all( array $where = array() ): array;
    public function exists( string $id ): bool;
    public function get( string $id ): array;
    public function insert( array $fields ): bool;
    public function update( array $fields ): bool;
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
6.98 KB lrw-r--r-- 2026-06-10 16:30:29
Edit Download
2.13 KB lrw-r--r-- 2026-06-10 16:30:29
Edit Download
3.49 KB lrw-r--r-- 2026-06-10 16:30:29
Edit Download
1.66 KB lrw-r--r-- 2026-06-10 16:30:29
Edit Download
380 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).