EC-CUBE4 APIドキュメント

ProductClassEditPage extends AbstractAdminPageStyleGuide

Table of Contents

$登録完了メッセージ
$初期化ボタン
$規格一覧
$tester AcceptanceTester
__construct() ProductReProductClassEditPagegisterPage constructor. mixed
at() mixed
規格設定() mixed
入力_規格1() mixed
入力_在庫数無制限() mixed
入力_販売価格() mixed
選択() mixed
規格初期化() mixed
登録() mixed
atPage() ページに移動しているかどうか確認。 $this
goPage() ページに移動。 $this
__construct() AbstractAdminPage constructor. mixed

Properties

$登録完了メッセージ

public static mixed $登録完了メッセージ = ['css' => '#page_admin_product_product_class > div > div.c-contentsArea > div.alert.alert-success.alert-dismissible.fade.show.m-3']

$初期化ボタン

public static mixed $初期化ボタン = ['css' => '#page_admin_product_product_class > div > div.c-contentsArea > div.c-contentsArea__cols > div > div > div > div.card-header > div > div.col-4.text-right > button']

$規格一覧

public static mixed $規格一覧 = ['css' => '#page_admin_product_product_class > div > div.c-contentsArea > div.c-contentsArea__cols > div > div > form > div.card.rounded.border-0.mb-4 > div.card-body.p-0 > table']

Methods

入力_規格1()

public 入力_規格1( $value : mixed ) : mixed
Parameters
$value : mixed
Return values
mixed

入力_在庫数無制限()

public 入力_在庫数無制限( $rowNum : mixed ) : mixed
Parameters
$rowNum : mixed
Return values
mixed

入力_販売価格()

public 入力_販売価格( $rowNum : mixed , $value : mixed ) : mixed
Parameters
$rowNum : mixed
$value : mixed
Return values
mixed

選択()

public 選択( $rowNum : mixed ) : mixed
Parameters
$rowNum : mixed
Return values
mixed

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