October\Rain\Support\Facades\Block

Extends
See Also

Protected Properties

There are no protected properties in the class.

Show inherited protected properties

Inherited Protected Properties

  • $app - The application instance being facaded. (defined in Illuminate\Support\Facades\Facade)
  • $resolvedInstance - The resolved object instances. (defined in Illuminate\Support\Facades\Facade)
  • $cached - Indicates if the resolved instance should be cached. (defined in Illuminate\Support\Facades\Facade)

Public Methods

Show inherited public methods

Inherited Public Methods

  • __callStatic() - Handle dynamic, static calls to the object. (defined in Illuminate\Support\Facades\Facade)
  • clearResolvedInstance() - Clear a resolved facade instance. (defined in Illuminate\Support\Facades\Facade)
  • clearResolvedInstances() - Clear all of the resolved instances. (defined in Illuminate\Support\Facades\Facade)
  • defaultAliases() - gets the application default aliases. (defined in October\Rain\Support\Facade)
  • expects() - Initiate a mock expectation on the facade. (defined in Illuminate\Support\Facades\Facade)
  • getFacadeApplication() - Get the application instance behind the facade. (defined in Illuminate\Support\Facades\Facade)
  • getFacadeRoot() - Get the root object behind the facade. (defined in Illuminate\Support\Facades\Facade)
  • partialMock() - Initiate a partial mock on the facade. (defined in Illuminate\Support\Facades\Facade)
  • resolved() - Run a Closure when the facade has been resolved. (defined in Illuminate\Support\Facades\Facade)
  • setFacadeApplication() - Set the application instance. (defined in Illuminate\Support\Facades\Facade)
  • shouldReceive() - Initiate a mock expectation on the facade. (defined in Illuminate\Support\Facades\Facade)
  • spy() - Convert the facade into a Mockery spy. (defined in Illuminate\Support\Facades\Facade)
  • swap() - Hotswap the underlying instance behind the facade. (defined in Illuminate\Support\Facades\Facade)

Protected Methods

protected static getFacadeAccessor()

protected static getFacadeAccessor(): string 

getFacadeAccessor returns the registered name of the component

Show inherited protected methods

Inherited Protected Methods

  • createFreshMockInstance() - Create a fresh mock instance for the given class. (defined in Illuminate\Support\Facades\Facade)
  • createMock() - Create a fresh mock instance for the given class. (defined in Illuminate\Support\Facades\Facade)
  • getFacadeInstance() - if the accessor is not found via getFacadeAccessor, (defined in October\Rain\Support\Facade)
  • getMockableClass() - Get the mockable class for the bound instance. (defined in Illuminate\Support\Facades\Facade)
  • isMock() - Determines whether a mock is set as the instance of the facade. (defined in Illuminate\Support\Facades\Facade)
  • resolveFacadeInstance() - (defined in October\Rain\Support\Facade)