trait CanReadModelSchemas (View source)

Methods

string|null
getModel(string $model)

No description

Table|null
getModelTable(string $model)

No description

string|null
guessBelongsToRelationshipName(AbstractAsset $column, string $model)

No description

string|null
guessBelongsToRelationshipTableName(AbstractAsset $column)

No description

string
guessBelongsToRelationshipTitleColumnName(AbstractAsset $column, string $model)

No description

Details

protected string|null getModel(string $model)

No description

Parameters

string $model

Return Value

string|null

protected Table|null getModelTable(string $model)

No description

Parameters

string $model

Return Value

Table|null

protected string|null guessBelongsToRelationshipName(AbstractAsset $column, string $model)

No description

Parameters

AbstractAsset $column
string $model

Return Value

string|null

protected string|null guessBelongsToRelationshipTableName(AbstractAsset $column)

No description

Parameters

AbstractAsset $column

Return Value

string|null

protected string guessBelongsToRelationshipTitleColumnName(AbstractAsset $column, string $model)

No description

Parameters

AbstractAsset $column
string $model

Return Value

string