PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wiloke-listing-tools
/
app
/
Framework
/
Routing
<?php /** * Created by PhpStorm. * User: pirates * Date: 11/4/17 * Time: 8:59 PM */ namespace WilokeListingTools\Framework\Routing; interface InterfaceMiddleware { /** * Handle incoming request * * @param array $aRequest * @param \Closure $next * * @return mixed */ public function handle(array $aOptions); }
[+]
..
[-] InterfaceMiddleware.php
[edit]
[-] Controller.php
[edit]
[-] RouteAfterItemInserted.php
[edit]
[-] Redirector.php
[edit]