PHP Класс Owl\Http\ViewComposers\MailNotifySettingComposer

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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