PHP 클래스 Owl\Http\ViewComposers\MailNotifySettingComposer

파일 보기 프로젝트 열기: owl/owl

보호된 프로퍼티들

프로퍼티 타입 설명
$mailNotifyService Owl\Services\MailNotifyService
$notifyEnable boolean
$userService Owl\Services\UserService

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Config\Repository $config, UserService $userService, MailNotifyService $mailNotifyService )
compose ( Illuminate\View\View $view )

보호된 메소드들

메소드 설명
renderCss ( ) : Illuminate\View\View | null メール通知コンポーネント用CSS読み込み用Viewを返す
renderHtml ( ) : Illuminate\View\View | null Configに合わせてメール通知HTMLコンポーネントを返す
renderJs ( ) : Illuminate\View\View | null メール通知コンポーネント用JS読み込み用Viewを返す

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Contracts\Config\Repository $config, UserService $userService, MailNotifyService $mailNotifyService )
$config Illuminate\Contracts\Config\Repository
$userService Owl\Services\UserService
$mailNotifyService Owl\Services\MailNotifyService

compose() 공개 메소드

public compose ( Illuminate\View\View $view )
$view Illuminate\View\View

renderCss() 보호된 메소드

メール通知コンポーネント用CSS読み込み用Viewを返す
protected renderCss ( ) : Illuminate\View\View | null
리턴 Illuminate\View\View | null | null

renderHtml() 보호된 메소드

Configに合わせてメール通知HTMLコンポーネントを返す
protected renderHtml ( ) : Illuminate\View\View | null
리턴 Illuminate\View\View | null | null

renderJs() 보호된 메소드

メール通知コンポーネント用JS読み込み用Viewを返す
protected renderJs ( ) : Illuminate\View\View | null
리턴 Illuminate\View\View | null | null

프로퍼티 상세

$mailNotifyService 보호되어 있는 프로퍼티

protected MailNotifyService,Owl\Services $mailNotifyService
리턴 Owl\Services\MailNotifyService

$notifyEnable 보호되어 있는 프로퍼티

protected bool $notifyEnable
리턴 boolean

$userService 보호되어 있는 프로퍼티

protected UserService,Owl\Services $userService
리턴 Owl\Services\UserService