PHP 클래스 NerdsAndCompany\Schematic\Models\Result

Encapsulates the result of an action, including error messages.
저자: Nerds & Company
상속: extends Craft\BaseModel
파일 보기 프로젝트 열기: itmundi/schematic 1 사용 예제들

공개 메소드들

메소드 설명
consume ( Result $result ) Consumes the errors listed in an existing result and appends them to this result.

메소드 상세

consume() 공개 메소드

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