PHP 클래스 Contao\ModuleArticle

Provides methodes to handle articles.
상속: extends Module
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$blnNoMarkup boolean No markup
$strTemplate string Template

공개 메소드들

메소드 설명
generate ( boolean $blnNoMarkup = false ) : string Check whether the article is published
generatePdf ( ) Print an article as PDF and stream it to the browser

보호된 메소드들

메소드 설명
compile ( ) Generate the module

메소드 상세

compile() 보호된 메소드

Generate the module
protected compile ( )

generate() 공개 메소드

Check whether the article is published
public generate ( boolean $blnNoMarkup = false ) : string
$blnNoMarkup boolean
리턴 string

generatePdf() 공개 메소드

Print an article as PDF and stream it to the browser
public generatePdf ( )

프로퍼티 상세

$blnNoMarkup 보호되어 있는 프로퍼티

No markup
protected bool $blnNoMarkup
리턴 boolean

$strTemplate 보호되어 있는 프로퍼티

Template
protected string $strTemplate
리턴 string