Interface lispa\amos\core\interfaces\BaseContentModelInterface
Implemented by | lispa\amos\core\interfaces\ContentModelInterface |
---|
Interface BaseContentModelInterface
Public Methods
Method Details
public abstract string getDescription ( $truncate ) | ||
$truncate | boolean | If true the description will be truncated in order of your method implementation logic. |
return | string | The model description field value |
---|
public abstract string getShortDescription ( ) | ||
return | string | The model short description field value |
---|
public abstract string getTitle ( ) | ||
return | string | The model title field value |
---|