PHP Class Xpressengine\Tests\Widget\FakeWidget

Inheritance: extends Xpressengine\Widget\AbstractWidget
Show file Open project: xpressengine/xpressengine

Public Properties

Property Type Description
$ratingWhiteList array

Public Methods

Method Description
boot ( ) : void boot
getSettingsURI ( ) : void getSettingsURI
render ( ) : mixed render
renderSetting ( array $args = [] ) : string getSettingForm

Protected Methods

Method Description
init ( ) : void init

Method Details

boot() public static method

boot
public static boot ( ) : void
return void

getSettingsURI() public static method

getSettingsURI
public static getSettingsURI ( ) : void
return void

init() protected method

init
protected init ( ) : void
return void

render() public method

render
public render ( ) : mixed
return mixed

renderSetting() public method

getSettingForm
public renderSetting ( array $args = [] ) : string
$args array
return string

Property Details

$ratingWhiteList public static property

public static array $ratingWhiteList
return array