zoukankan      html  css  js  c++  java
  • Support Facades

    Support Facades

    Introduction

    Facades provide a "static" interface to classes that are available in the application's service container. Nova ships with many facades, and you have probably been using them without even knowing it! Nova "facades" serve as "static proxies" to underlying classes in the service container, providing the benefit of a terse, expressive syntax while maintaining more testability and flexibility than traditional static methods.

    Facade Class Reference

    Below you will find every facade and its underlying class. This is a useful tool for quickly digging into the API documentation for a given facade root. The service container binding key is also included where applicable.

    FacadeClassService Container Binding
    Auth AuthGuard Auth
    Cookie CookieCookieJar Cookie
    Crypt CryptEncrypter Crypt
    Database DatabaseConnection DB
    Event EventsDispatcher Event
    Hash SupportFacadesHash Hash
    Input SupportFacadesInput Input
    Language CoreLanguage Language
    Mailer MailMailer Mailer
    Paginator PaginationFactory Paginator
    Password AuthRemindersPasswordBroker Password
    Redirect RoutingRedirector Redirect
    Request HttpRequest Request
    Response HttpResponse Response
    Session SessionStore Session
    Validator ValidationFactory Validator
  • 相关阅读:
    linux 命令 # tar zcvf Work.tar.gz Work
    ODBC
    vmware 与机器共享
    关机!!!
    reador哦
    asp.net的三层架构图
    十大著名黑客——阿德里安拉莫
    十大著名黑客——查德斯德尔曼
    十大著名黑客——埃里克雷蒙德
    十大著名黑客——George Hotz
  • 原文地址:https://www.cnblogs.com/chunguang/p/5643026.html
Copyright © 2011-2022 走看看