PHP 클래스 Prose\TargettedBrowserExpects

저자: Stuart Herbert ([email protected])
파일 보기 프로젝트 열기: datasift/storyplayer

보호된 프로퍼티들

프로퍼티 타입 설명
$element
$elementDesc
$elementType
$searchFunction
$searchTerm
$st

공개 메소드들

메소드 설명
__construct ( StoryTeller $st, callable $searchFunction, $searchTerm, string $elementDesc )
isBlank ( )
isChecked ( )
isNotBlank ( )
isNotChecked ( )

보호된 메소드들

메소드 설명
getElement ( )

메소드 상세

__construct() 공개 메소드

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

getElement() 보호된 메소드

protected getElement ( )

isBlank() 공개 메소드

public isBlank ( )

isChecked() 공개 메소드

public isChecked ( )

isNotBlank() 공개 메소드

public isNotBlank ( )

isNotChecked() 공개 메소드

public isNotChecked ( )

프로퍼티 상세

$element 보호되어 있는 프로퍼티

protected $element

$elementDesc 보호되어 있는 프로퍼티

protected $elementDesc

$elementType 보호되어 있는 프로퍼티

protected $elementType

$searchFunction 보호되어 있는 프로퍼티

protected $searchFunction

$searchTerm 보호되어 있는 프로퍼티

protected $searchTerm

$st 보호되어 있는 프로퍼티

protected $st