PHP Class Prose\TargettedBrowserExpects

Show file Open project: datasift/storyplayer

Protected Properties

Property Type Description
$element
$elementDesc
$elementType
$searchFunction
$searchTerm
$st

Public Methods

Method Description
__construct ( StoryTeller $st, callable $searchFunction, $searchTerm, string $elementDesc )
isBlank ( )
isChecked ( )
isNotBlank ( )
isNotChecked ( )

Protected Methods

Method Description
getElement ( )

Method Details

__construct() public method

public __construct ( StoryTeller $st, callable $searchFunction, $searchTerm, string $elementDesc )
$st DataSift\Storyplayer\PlayerLib\StoryTeller
$searchFunction callable
$elementDesc string

getElement() protected method

protected getElement ( )

isBlank() public method

public isBlank ( )

isChecked() public method

public isChecked ( )

isNotBlank() public method

public isNotBlank ( )

isNotChecked() public method

public isNotChecked ( )

Property Details

$element protected property

protected $element

$elementDesc protected property

protected $elementDesc

$elementType protected property

protected $elementType

$searchFunction protected property

protected $searchFunction

$searchTerm protected property

protected $searchTerm

$st protected property

protected $st