PHP 8.2.31
Preview: Guard.php Size: 1.09 KB
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Auth/Guard.php

<?php

namespace RectorPrefix202411\Illuminate\Contracts\Auth;

interface Guard
{
    /**
     * Determine if the current user is authenticated.
     *
     * @return bool
     */
    public function check();
    /**
     * Determine if the current user is a guest.
     *
     * @return bool
     */
    public function guest();
    /**
     * Get the currently authenticated user.
     *
     * @return \Illuminate\Contracts\Auth\Authenticatable|null
     */
    public function user();
    /**
     * Get the ID for the currently authenticated user.
     *
     * @return int|string|null
     */
    public function id();
    /**
     * Validate a user's credentials.
     *
     * @param  array  $credentials
     * @return bool
     */
    public function validate(array $credentials = []);
    /**
     * Determine if the guard has a user instance.
     *
     * @return bool
     */
    public function hasUser();
    /**
     * Set the current user.
     *
     * @param  \Illuminate\Contracts\Auth\Authenticatable  $user
     * @return $this
     */
    public function setUser(Authenticatable $user);
}

Directory Contents

Dirs: 2 × Files: 10

Name Size Perms Modified Actions
Access DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
1.08 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
432 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
475 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.09 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
682 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.27 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
303 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.52 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
653 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.69 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).