PHP Class MarvinLabs\SetupWizard\Steps\BaseStep

Inheritance: implements MarvinLabs\SetupWizard\Contracts\WizardStep
Afficher le fichier Open project: marvinlabs/laravel-setup-wizard Class Usage Examples

Protected Properties

Свойство Type Description
$errors The errors that got detected when applying/undoing the step
$id The unique identifier for the step

Méthodes publiques

Méthode Description
__construct ( string $id ) BaseStep constructor.
getFormData ( )
getId ( )
getMessageBag ( )
getSlug ( )

Méthodes protégées

Méthode Description
addError ( $key, $message )
mergeErrors ( $messages )

Method Details

__construct() public méthode

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

addError() protected méthode

protected addError ( $key, $message )

getFormData() public méthode

public getFormData ( )

getId() public méthode

public getId ( )

getMessageBag() public méthode

public getMessageBag ( )

getSlug() public méthode

public getSlug ( )

mergeErrors() protected méthode

protected mergeErrors ( $messages )

Property Details

$errors protected_oe property

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

$id protected_oe property

The unique identifier for the step
protected $id