PHP Interface Phan\Database\ModelOneInterface

Show file Open project: etsy/phan

Public Methods

Method Description
primaryKeyValue ( ) : string | array
toRow ( ) : array

Method Details

primaryKeyValue() public method

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

toRow() public method

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