PHP Трейт Airship\Engine\Bolt\Supplier

This is used by both Continuum and Keyggdrasil in precisely the same manner
Показать файл Открыть проект

Открытые методы

Метод Описание
createSupplier ( string $channelName, array $data ) : Supplier This is used when saving a new supplier configuration for the very first time.
escapeSupplierName ( string $supplier ) : string
getSupplier ( string $supplier = '', boolean $force_flush = false ) : Supplier | Supplier[] Load all of the supplier's Ed25519 public keys
getSupplierDontCache ( string $supplier ) : Supplier For objects that don't bother caching

Описание методов

createSupplier() публичный Метод

This is used when saving a new supplier configuration for the very first time.
public createSupplier ( string $channelName, array $data ) : Supplier
$channelName string
$data array
Результат Airship\Engine\Continuum\Supplier

escapeSupplierName() публичный Метод

public escapeSupplierName ( string $supplier ) : string
$supplier string
Результат string

getSupplier() публичный Метод

Load all of the supplier's Ed25519 public keys
public getSupplier ( string $supplier = '', boolean $force_flush = false ) : Supplier | Supplier[]
$supplier string
$force_flush boolean
Результат Airship\Engine\Continuum\Supplier | Airship\Engine\Continuum\Supplier[]

getSupplierDontCache() публичный Метод

For objects that don't bother caching
public getSupplierDontCache ( string $supplier ) : Supplier
$supplier string
Результат Airship\Engine\Continuum\Supplier