trait IsTranslatable (View source)

Properties

$translatedAttributes

Methods

bool
isTranslatable(null|array|string $columns = null)

Checks if this model is translatable.

Details

bool isTranslatable(null|array|string $columns = null)

Checks if this model is translatable.

If no columns/column is provided it will return true if the model itself is translatable.

Parameters

null|array|string $columns

Return Value

bool