Blog extends Entity
Table of Contents
Constants
- TITLE_LENGTH = 30
- Length for landing title.
Methods
- getData() : array<string|int, mixed>|null
- Returns prepared data for landing by entity (post) id.
Constants
TITLE_LENGTH
Length for landing title.
public
mixed
TITLE_LENGTH
= 30
Methods
getData()
Returns prepared data for landing by entity (post) id.
public
static getData(int $sourceId) : array<string|int, mixed>|null
Parameters
- $sourceId : int
-
Source id.