a-blog cms PHP API Reference

JQuery extends Facade
in package

Class JQuery

Table of Contents

Properties

$container  : Container
$instance  : mixed

Methods

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

Properties

$instance

protected static mixed $instance

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

getMigrate()

public static getMigrate() : string

jQuery Migrateの設定値を取得する

Return values
string

getVersion()

public static getVersion() : string

jQueryのバージョンを取得する

Return values
string

getServiceAlias()

protected static getServiceAlias() : string
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