PHP Class DataSift\Storyplayer\BrowserLib\SingleElementExpect

Afficher le fichier Open project: datasift/storyplayer

Protected Properties

Свойство Type Description
$searchMethodName
$searchMethodParams
$topElement

Méthodes publiques

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

Method Details

__construct() public méthode

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

isBlank() public méthode

public isBlank ( )

isChecked() public méthode

public isChecked ( )

isNotBlank() public méthode

public isNotBlank ( )

isNotChecked() public méthode

public isNotChecked ( )

Property Details

$searchMethodName protected_oe property

protected $searchMethodName

$searchMethodParams protected_oe property

protected $searchMethodParams

$topElement protected_oe property

protected $topElement