PHP Класс Contao\ContentTeaser

Наследование: extends ContentElement
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$objArticle ArticleModel Article object
$objParent PageModel Parent page object
$strTemplate string Template

Открытые методы

Метод Описание
generate ( ) : string Check whether the target page and the article are published

Защищенные методы

Метод Описание
compile ( ) Generate the content element

Описание методов

compile() защищенный Метод

Generate the content element
protected compile ( )

generate() публичный Метод

Check whether the target page and the article are published
public generate ( ) : string
Результат string

Описание свойств

$objArticle защищенное свойство

Article object
protected ArticleModel,contao $objArticle
Результат ArticleModel

$objParent защищенное свойство

Parent page object
protected PageModel,contao $objParent
Результат PageModel

$strTemplate защищенное свойство

Template
protected string $strTemplate
Результат string