PHP Class Controller\Larfi

Inheritance: extends controller\Resource
Afficher le fichier Open project: alienwithin/OWASP-mth3l3m3nt-framework

Méthodes publiques

Méthode Description
__construct ( )
cookie_based_lfi ( $method, $blankurl, $url, $payload ) Handles Generating an LFI based on Cookies
delete ( controller\Base $f3, array $params )
getList ( controller\Base $f3, array $param )
getSearchResults ( $f3 )
getSingle ( controller\Base $f3, $params )
post ( controller\Base $f3, array $params )
uri_based_lfi ( $method, $blankurl, $url, $payload ) Helps Generate a standard LFI using GET Requests
viewSingle ( controller\Base $f3, array $params )

Method Details

__construct() public méthode

public __construct ( )

delete() public méthode

public delete ( controller\Base $f3, array $params )
$f3 controller\Base
$params array

getList() public méthode

public getList ( controller\Base $f3, array $param )
$f3 controller\Base
$param array

getSearchResults() public méthode

public getSearchResults ( $f3 )
$f3

getSingle() public méthode

public getSingle ( controller\Base $f3, $params )
$f3 controller\Base

post() public méthode

public post ( controller\Base $f3, array $params )
$f3 controller\Base
$params array

uri_based_lfi() public méthode

Helps Generate a standard LFI using GET Requests
public uri_based_lfi ( $method, $blankurl, $url, $payload )
$blankurl
$url
$payload

viewSingle() public méthode

public viewSingle ( controller\Base $f3, array $params )
$f3 controller\Base
$params array