PHP 클래스 App\Http\Sections\SkinSection

상속: extends Section
파일 보기 프로젝트 열기: xpressengine/xpressengine

보호된 프로퍼티들

프로퍼티 타입 설명
$instanceId
$target

공개 메소드들

메소드 설명
__construct ( string $target, string | null $instanceId = null ) SkinSection constructor.
render ( ) : string Get the evaluated contents of the object.

보호된 메소드들

메소드 설명
makeView ( $target, $instanceId ) : Illuminate\Contracts\View\View makeView

메소드 상세

__construct() 공개 메소드

SkinSection constructor.
public __construct ( string $target, string | null $instanceId = null )
$target string
$instanceId string | null

makeView() 보호된 메소드

makeView
protected makeView ( $target, $instanceId ) : Illuminate\Contracts\View\View
$target
$instanceId
리턴 Illuminate\Contracts\View\View

render() 공개 메소드

Get the evaluated contents of the object.
public render ( ) : string
리턴 string

프로퍼티 상세

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

protected $instanceId

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

protected $target