PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
app
/
Controllers
/
Retrieve
<?php namespace WilokeListingTools\Controllers\Retrieve; interface RetrieveInterface { /** * @param array $aData * * @return mixed */ public function success($aData = []); /** * @param array $aData * * @return mixed */ public function error($aData = []); }
[+]
..
[-] RestRetrieve.php
[edit]
[-] .Retrieve.php
[edit]
[-] RetrieveAbstract.php
[edit]
[-] AjaxRetrieve.php
[edit]
[-] NormalRetrieve.php
[edit]
[-] RetrieveInterface.php
[edit]