📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 13:46:11
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
copy-delete-posts
/
analyst
/
src
/
Contracts
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/copy-delete-posts/analyst/src/Contracts
🔄 Refresh
✏️
Editing: RequestContract.php
Writable
<?php namespace Analyst\Contracts; use Analyst\ApiResponse; interface RequestContract { /** * Cast request data to array * * @return array */ public function toArray(); /** * Execute the request * @param RequestorContract $requestor * @return ApiResponse */ public function execute(RequestorContract $requestor); }
💾 Save Changes
❌ Cancel