PHP 클래스 SatisAdmin\Model\Repository

저자: Yohan Giarelli ([email protected])
상속: implements JsonSerializable
파일 보기 프로젝트 열기: yohang/satis-admin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$type string

공개 메소드들

메소드 설명
create ( string $type ) : Repository
fromArray ( array $data ) : Repository
getParams ( ) : string[]
getType ( ) : string
jsonSerialize ( ) {@inheritDoc}
setType ( string $type )

메소드 상세

create() 공개 정적인 메소드

public static create ( string $type ) : Repository
$type string
리턴 Repository

fromArray() 공개 메소드

public fromArray ( array $data ) : Repository
$data array
리턴 Repository

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

abstract public getParams ( ) : string[]
리턴 string[]

getType() 공개 메소드

public getType ( ) : string
리턴 string

jsonSerialize() 공개 메소드

{@inheritDoc}
public jsonSerialize ( )

setType() 공개 메소드

public setType ( string $type )
$type string

프로퍼티 상세

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

protected string $type
리턴 string