PATH:
home
/
lab2454c
/
am.elementalrock.com
/
wp-content
/
plugins
/
copy-delete-posts
/
analyst
/
src
/
Contracts
<?php namespace Analyst\Contracts; interface AnalystContract { /** * Must return version of analyst * * @return string */ public static function version(); }
[-] RequestContract.php
[edit]
[+]
..
[-] AnalystContract.php
[edit]
[-] CacheContract.php
[edit]
[-] HttpClientContract.php
[edit]
[-] TrackerContract.php
[edit]
[-] RequestorContract.php
[edit]