Method | Description | |
---|---|---|
getRelations ( ) : string | Get the table associated with the model. | |
getTable ( ) : string | Get the table associated with the model. | |
relationLoaded ( string $key ) : boolean | Determine if the given relation is loaded. | |
toArray ( ) : array | Convert the model instance to an array. | |
transformer ( ) : string | The path to the transformer class. |
public getRelations ( ) : string | ||
return | string |
public relationLoaded ( string $key ) : boolean | ||
$key | string | |
return | boolean |
public static transformer ( ) : string | ||
return | string |