PHP 클래스 Modules\Recipe\Events\RecipeWasCreated

상속: implements Modules\Media\Contracts\StoringMedia
파일 보기 프로젝트 열기: nwidart/laravel-modules

공개 메소드들

메소드 설명
__construct ( $recipe, $data )
getEntity ( ) : Model Return the entity
getSubmissionData ( ) : array Return the ALL data sent

메소드 상세

__construct() 공개 메소드

public __construct ( $recipe, $data )

getEntity() 공개 메소드

Return the entity
public getEntity ( ) : Model
리턴 Illuminate\Database\Eloquent\Model

getSubmissionData() 공개 메소드

Return the ALL data sent
public getSubmissionData ( ) : array
리턴 array