PHP 트레잇 Airship\Engine\Bolt\Supplier

This is used by both Continuum and Keyggdrasil in precisely the same manner
파일 보기 프로젝트 열기: paragonie/airship

공개 메소드들

메소드 설명
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