App\Modules\System\Controllers\Authorize::remind PHP Метод

remind() публичный Метод

Display the password reminder view.
public remind ( ) : Response
Результат Response
    public function remind()
    {
        return $this->getView()->shares('title', __d('system', 'Password Recovery'));
    }