EC-CUBE4 APIドキュメント

PluginStoreInstallPage extends AbstractAdminPageStyleGuide

Table of Contents

$tester AcceptanceTester
__construct() mixed
at() mixed
インストール() PluginManagePage
atPage() ページに移動しているかどうか確認。 $this
goPage() ページに移動。 $this
__construct() AbstractAdminPage constructor. mixed

Properties

Methods

インストール()

public インストール( [ $message : mixed = 'インストールが完了しました。' ] ) : PluginManagePage
Parameters
$message : mixed = 'インストールが完了しました。'
Tags
throws
Exception
Return values
PluginManagePage

atPage()

ページに移動しているかどうか確認。

protected atPage( $pageTitle : ) : $this
Parameters
$pageTitle :

ページタイトル

Return values
$this

goPage()

ページに移動。

protected goPage( $url : [, $pageTitle : mixed = '' ] ) : $this
Parameters
$url :

URL

$pageTitle : mixed = ''
Return values
$this

Search results