PHP Class DataSift\Storyplayer\BrowserLib\SingleElementExpect

Datei anzeigen Open project: datasift/storyplayer

Protected Properties

Property Type Description
$searchMethodName
$searchMethodParams
$topElement

Public Methods

Method Description
__construct ( DataSift\WebDriver\WebDriverElement $topElement, string $searchMethodName, array $searchMethodParams )
isBlank ( )
isChecked ( )
isNotBlank ( )
isNotChecked ( )

Method Details

__construct() public method

public __construct ( DataSift\WebDriver\WebDriverElement $topElement, string $searchMethodName, array $searchMethodParams )
$topElement DataSift\WebDriver\WebDriverElement
$searchMethodName string
$searchMethodParams array

isBlank() public method

public isBlank ( )

isChecked() public method

public isChecked ( )

isNotBlank() public method

public isNotBlank ( )

isNotChecked() public method

public isNotChecked ( )

Property Details

$searchMethodName protected_oe property

protected $searchMethodName

$searchMethodParams protected_oe property

protected $searchMethodParams

$topElement protected_oe property

protected $topElement