PHP 클래스 Carbon_Fields\Datastore\Datastore
Defines the key datastore methods and their default implementations.
파일 보기
프로젝트 열기: 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(). |
|
메소드 상세
Initialize the datastore.
Create a new datastore of type $type.
Initialization tasks for concrete datastores.
public static make ( $type ) |