Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
malacoscolicine
/
dev2024_old_skip
/
wp-content
/
plugins
/
copy-delete-posts
/
analyst
/
src
/
Contracts
:
AnalystContract.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php namespace Analyst\Contracts; interface AnalystContract { /** * Must return version of analyst * * @return string */ public static function version(); }