PHP Class NerdsAndCompany\Schematic\Models\Result

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

Public Methods

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

Method Details

consume() public method

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