EC-CUBE4 APIドキュメント

AbstractAdminPage extends AbstractPage

Table of Contents

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

Properties

Methods

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

goPage()

ページに移動。

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

URL

$pageTitle : mixed = ''
Return values
$this

Search results