Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 234 Bytes

has-description.md

File metadata and controls

11 lines (7 loc) · 234 Bytes

HasDescription Trait

Models that contain this trait, have the description attribute.

There are only two methods that accompany this trait:

$model->getDescription();

$model->setDescription('The models description');