EC-CUBE4 APIドキュメント

AbstractAdminPageStyleGuide extends AbstractAdminPage

Table of Contents

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

Properties

Methods

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

atPage()

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

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

ページタイトル

Return values
$this

Search results