PHP Class Controller\Webot

Inheritance: extends controller\Resource
Datei anzeigen Open project: alienwithin/OWASP-mth3l3m3nt-framework

Public Methods

Method Description
__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 )

Private Methods

Method Description
bot_master ( $url, $command_key, $instruction ) Controls Botnet Remotely

Method Details

__construct() public method

Initialize Mapper and load appropriate model
public __construct ( )

delete() public method

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

getList() public method

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

getSearchResults() public method

public getSearchResults ( $f3 )
$f3

getSingle() public method

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

post() public method

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

viewSingle() public method

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