PHP 클래스 Codeception\Lib\Generator\AbstractGenerator

파일 보기 프로젝트 열기: lucatume/wp-browser

공개 프로퍼티들

프로퍼티 타입 설명
$requiredSettings

보호된 프로퍼티들

프로퍼티 타입 설명
$settings
$template

공개 메소드들

메소드 설명
__construct ( array $settings ) AbstractGenerator constructor.
produce ( )

보호된 메소드들

메소드 설명
ensureSettings ( )
ensureSettingsAreAllStrings ( )

메소드 상세

__construct() 공개 메소드

AbstractGenerator constructor.
public __construct ( array $settings )
$settings array

ensureSettings() 보호된 메소드

protected ensureSettings ( )

ensureSettingsAreAllStrings() 보호된 메소드

produce() 공개 메소드

public produce ( )

프로퍼티 상세

$requiredSettings 공개적으로 정적으로 프로퍼티

public static $requiredSettings

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

protected $settings

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

protected $template