PHP 클래스 WDS_WP_REST_API\Storage\Transients

상속: implements WDS_WP_REST_API\Storage\Transient_Interface
파일 보기 프로젝트 열기: webdevstudios/wds-wp-rest-api-connect

보호된 프로퍼티들

프로퍼티 타입 설명
$expiration
$key
$value

공개 메소드들

메소드 설명
__construct ( )
delete ( ) : boolean Handles deleting the stored data for a connection.
get ( $force = false ) : mixed Retrieve stored option
get_expiration ( ) Get transient expiration
get_key ( ) Get transient key
set ( $value ) : Result Update the stored value
set_expiration ( $expiration ) Set transient expiration
set_key ( $key ) Set transient key

보호된 메소드들

메소드 설명
delete_from_db ( )
get_from_db ( )
update_db ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

delete() 공개 메소드

Handles deleting the stored data for a connection.
public delete ( ) : boolean
리턴 boolean Result of deletion from DB.

delete_from_db() 보호된 메소드

protected delete_from_db ( )

get() 공개 메소드

Retrieve stored option
public get ( $force = false ) : mixed
리턴 mixed Value of transient requested

get_expiration() 공개 메소드

Get transient expiration
public get_expiration ( )

get_from_db() 보호된 메소드

protected get_from_db ( )

get_key() 공개 메소드

Get transient key
public get_key ( )

set() 공개 메소드

Update the stored value
public set ( $value ) : Result
리턴 Result of storage update/add

set_expiration() 공개 메소드

Set transient expiration
public set_expiration ( $expiration )

set_key() 공개 메소드

Set transient key
public set_key ( $key )

update_db() 보호된 메소드

protected update_db ( )

프로퍼티 상세

$expiration 보호되어 있는 프로퍼티

protected $expiration

$key 보호되어 있는 프로퍼티

protected $key

$value 보호되어 있는 프로퍼티

protected $value