a-blog cms PHP API Reference

Facade
in package

AbstractYes

Table of Contents

Properties

$container  : Container

Methods

__callStatic()  : mixed
getInstance()  : mixed
get service instance
setContainer()  : void
getServiceAlias()  : string
getServiceInstance()  : mixed
isCache()  : bool

Properties

Methods

__callStatic()

public static __callStatic(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : string
$arguments : array<string|int, mixed>

getInstance()

get service instance

public static getInstance() : mixed

getServiceAlias()

protected static getServiceAlias() : string
Tags
throws
RuntimeException
Return values
string

getServiceInstance()

protected static getServiceInstance(string $alias) : mixed
Parameters
$alias : string

isCache()

protected static isCache() : bool
Return values
bool

        
On this page

Search results