PHP Class NerdsAndCompany\Schematic\Models\Result

Encapsulates the result of an action, including error messages.
Author: Nerds & Company
Inheritance: extends Craft\BaseModel
Afficher le fichier Open project: itmundi/schematic Class Usage Examples

Méthodes publiques

Méthode Description
consume ( Result $result ) Consumes the errors listed in an existing result and appends them to this result.

Method Details

consume() public méthode

Consumes the errors listed in an existing result and appends them to this result.
public consume ( Result $result )
$result Result The result to consume