\ManaPHP\Data\Db\ModelMetadataInterface

Summary

Methods
Constants
getAttributes()
getPrimaryKeyAttributes()
getAutoIncrementAttribute()
getIntTypeAttributes()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getAttributes()

getAttributes(string|\ManaPHP\Data\Db\ModelInterface  $model) : array

Returns table attributes names (fields)

Parameters

string|\ManaPHP\Data\Db\ModelInterface $model

Returns

array

getPrimaryKeyAttributes()

getPrimaryKeyAttributes(string|\ManaPHP\Data\Db\ModelInterface  $model) : array

Returns an array of fields which are part of the primary key

Parameters

string|\ManaPHP\Data\Db\ModelInterface $model

Returns

array

getAutoIncrementAttribute()

getAutoIncrementAttribute(string|\ManaPHP\Data\Db\ModelInterface  $model) : string

Returns attribute which is auto increment or null

Parameters

string|\ManaPHP\Data\Db\ModelInterface $model

Returns

string —

|null

getIntTypeAttributes()

getIntTypeAttributes(string  $model) : array

Parameters

string $model

Returns

array