PHP 클래스 MarvinLabs\SetupWizard\Steps\BaseStep

상속: implements MarvinLabs\SetupWizard\Contracts\WizardStep
파일 보기 프로젝트 열기: marvinlabs/laravel-setup-wizard 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$errors The errors that got detected when applying/undoing the step
$id The unique identifier for the step

공개 메소드들

메소드 설명
__construct ( string $id ) BaseStep constructor.
getFormData ( )
getId ( )
getMessageBag ( )
getSlug ( )

보호된 메소드들

메소드 설명
addError ( $key, $message )
mergeErrors ( $messages )

메소드 상세

__construct() 공개 메소드

BaseStep constructor.
public __construct ( string $id )
$id string The unique identifier for the step

addError() 보호된 메소드

protected addError ( $key, $message )

getFormData() 공개 메소드

public getFormData ( )

getId() 공개 메소드

public getId ( )

getMessageBag() 공개 메소드

public getMessageBag ( )

getSlug() 공개 메소드

public getSlug ( )

mergeErrors() 보호된 메소드

protected mergeErrors ( $messages )

프로퍼티 상세

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

The errors that got detected when applying/undoing the step
protected $errors

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

The unique identifier for the step
protected $id