PHP 클래스 Controller\Larfi

상속: extends controller\Resource
파일 보기 프로젝트 열기: alienwithin/OWASP-mth3l3m3nt-framework

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

public __construct ( )

delete() 공개 메소드

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

getList() 공개 메소드

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

getSearchResults() 공개 메소드

public getSearchResults ( $f3 )
$f3

getSingle() 공개 메소드

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

post() 공개 메소드

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

uri_based_lfi() 공개 메소드

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

viewSingle() 공개 메소드

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