PHP Class Prose\TargettedBrowserExpects

Afficher le fichier Open project: datasift/storyplayer

Protected Properties

Свойство Type Description
$element
$elementDesc
$elementType
$searchFunction
$searchTerm
$st

Méthodes publiques

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

Méthodes protégées

Méthode Description
getElement ( )

Method Details

__construct() public méthode

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

getElement() protected méthode

protected getElement ( )

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

$element protected_oe property

protected $element

$elementDesc protected_oe property

protected $elementDesc

$elementType protected_oe property

protected $elementType

$searchFunction protected_oe property

protected $searchFunction

$searchTerm protected_oe property

protected $searchTerm

$st protected_oe property

protected $st