라라벨 Guard.php

Jmnote (토론 | 기여)님의 2016년 10월 3일 (월) 21:12 판 (Jmnote님이 라라벨 Guard 문서를 라라벨 Guard.php 문서로 이동했습니다)

1 개요

라라벨 Guard
<?php

namespace Illuminate\Contracts\Auth;

interface Guard
{
    public function check();
    public function guest();
    public function user();
    public function id();
    public function validate(array $credentials = []);
    public function setUser(Authenticatable $user);
}

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}