PHP Class Inpsyde\MultilingualPress\SiteDuplication\SettingsView

Since: 3.0.0
Show file Open project: inpsyde/multilingual-press

Public Methods

Method Description
__construct ( ) Constructor. Sets up the properties.
render ( ) : void Renders the settings user interface.

Private Methods

Method Description
get_all_sites ( ) : string[][] Returns all existing sites.

Method Details

__construct() public method

Constructor. Sets up the properties.
Since: 3.0.0
public __construct ( )

render() public method

Renders the settings user interface.
Since: 3.0.0
public render ( ) : void
return void