PHP 클래스 Controller\Webot

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

공개 메소드들

메소드 설명
__construct ( ) Initialize Mapper and load appropriate model
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 )
viewSingle ( controller\Base $f3, array $params )

비공개 메소드들

메소드 설명
bot_master ( $url, $command_key, $instruction ) Controls Botnet Remotely

메소드 상세

__construct() 공개 메소드

Initialize Mapper and load appropriate model
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

viewSingle() 공개 메소드

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