EC-CUBE4 APIドキュメント

NewsEditPage extends AbstractAdminPage

Table of Contents

$tester AcceptanceTester
__construct() NewsRegisterPage constructor. mixed
of() mixed
入力_日付() mixed
入力_タイトル() mixed
入力_本文() mixed
登録() mixed
goPage() ページに移動。 $this
atPage() ページに移動しているかどうか確認。 $this
__construct() AbstractAdminPage constructor. mixed

Properties

Methods

of()

public static of( $I : mixed ) : mixed
Parameters
$I : mixed
Return values
mixed

入力_日付()

public 入力_日付( $value : mixed ) : mixed
Parameters
$value : mixed
Return values
mixed

入力_タイトル()

public 入力_タイトル( $value : mixed ) : mixed
Parameters
$value : mixed
Return values
mixed

入力_本文()

public 入力_本文( $value : mixed ) : mixed
Parameters
$value : mixed
Return values
mixed

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