EventOccurrence
class EventOccurrence extends Facade (View source)
Properties
static protected | $app | from Facade | |
static protected array | $resolvedInstance | The resolved object instances. | from Facade |
Methods
static mixed
resolveFacadeInstance(string $name)
Resolve the facade root instance from the container.
from Facade
static string
getFacadeAccessor()
Get the registered name of the component.
static Application
getFacadeApplication()
Get the application instance behind the facade.
from Facade
static mixed
__callStatic(string $method, array $args)
Handle dynamic, static calls to the object.
from Facade
Details
static protected mixed
resolveFacadeInstance(string $name)
Resolve the facade root instance from the container.
at line 9
static string
getFacadeAccessor()
Get the registered name of the component.
static Application
getFacadeApplication()
Get the application instance behind the facade.
static
setFacadeApplication(Application $app)
Set the application instance.