PHP 클래스 Netgusto\PortalBundle\Twig\PortalApplicationResponse

파일 보기 프로젝트 열기: fruux/Baikal2

보호된 프로퍼티들

프로퍼티 타입 설명
$assets
$html

공개 메소드들

메소드 설명
__construct ( $assets, $html )
__toString ( )
getAssets ( )
getHtml ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $assets, $html )

__toString() 공개 메소드

public __toString ( )

getAssets() 공개 메소드

public getAssets ( )

getHtml() 공개 메소드

public getHtml ( )

프로퍼티 상세

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

protected $assets

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

protected $html