PHP Class SatisAdmin\Model\Repository

Author: Yohan Giarelli ([email protected])
Inheritance: implements JsonSerializable
Afficher le fichier Open project: yohang/satis-admin Class Usage Examples

Protected Properties

Свойство Type Description
$type string

Méthodes publiques

Méthode Description
create ( string $type ) : Repository
fromArray ( array $data ) : Repository
getParams ( ) : string[]
getType ( ) : string
jsonSerialize ( ) {@inheritDoc}
setType ( string $type )

Method Details

create() public static méthode

public static create ( string $type ) : Repository
$type string
Résultat Repository

fromArray() public méthode

public fromArray ( array $data ) : Repository
$data array
Résultat Repository

getParams() abstract public méthode

abstract public getParams ( ) : string[]
Résultat string[]

getType() public méthode

public getType ( ) : string
Résultat string

jsonSerialize() public méthode

{@inheritDoc}
public jsonSerialize ( )

setType() public méthode

public setType ( string $type )
$type string

Property Details

$type protected_oe property

protected string $type
Résultat string