PHP 클래스 Carbon_Fields\Datastore\Datastore

Defines the key datastore methods and their default implementations.
상속: implements Carbon_Fields\Datastore\Datastore_Interface
파일 보기 프로젝트 열기: htmlburger/carbon-fields 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Initialize the datastore.
factory ( string $type ) : Datastore Create a new datastore of type $type.
init ( ) Initialization tasks for concrete datastores.
make ( $type ) An alias of factory().

메소드 상세

__construct() 공개 메소드

Initialize the datastore.
public __construct ( )

factory() 공개 정적인 메소드

Create a new datastore of type $type.
public static factory ( string $type ) : Datastore
$type string
리턴 Datastore $datastore

init() 추상적인 공개 메소드

Initialization tasks for concrete datastores.
abstract public init ( )

make() 공개 정적인 메소드

An alias of factory().
또한 보기: Datastore::factory()
public static make ( $type )