PHP Interface Phan\Database\ModelOneInterface

Afficher le fichier Open project: etsy/phan

Méthodes publiques

Méthode Description
primaryKeyValue ( ) : string | array
toRow ( ) : array

Method Details

primaryKeyValue() public méthode

public primaryKeyValue ( ) : string | array
Résultat string | array The value of the primary key for this model

toRow() public méthode

public toRow ( ) : array
Résultat array Get a map from column name to row values for this instance