PHP 클래스 App\Http\Controllers\ClientWebController

상속: extends Controller, use trait Litepie\User\Traits\Auth\UserManager
파일 보기 프로젝트 열기: lavalite/cms

보호된 프로퍼티들

프로퍼티 타입 설명
$guard string The authentication guard that should be used.
$home string The home page route of client.

공개 메소드들

메소드 설명
__construct ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

프로퍼티 상세

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

The authentication guard that should be used.
protected string $guard
리턴 string

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

The home page route of client.
protected string $home
리턴 string