PHP 클래스 yii\widgets\Block

부터: 2.0
저자: Qiang Xue ([email protected])
상속: extends yii\base\Widget
파일 보기 프로젝트 열기: yiisoft/yii2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$renderInPlace whether to render the block content in place. Defaults to false, meaning the captured block content will not be displayed.

공개 메소드들

메소드 설명
init ( ) Starts recording a block.
run ( ) Ends recording a block.

메소드 상세

init() 공개 메소드

Starts recording a block.
public init ( )

run() 공개 메소드

This method stops output buffering and saves the rendering result as a named block in the view.
public run ( )

프로퍼티 상세

$renderInPlace 공개적으로 프로퍼티

whether to render the block content in place. Defaults to false, meaning the captured block content will not be displayed.
public $renderInPlace