PHP Class App\Http\Sections\SkinSection

Inheritance: extends Section
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$instanceId
$target

Public Methods

Method Description
__construct ( string $target, string | null $instanceId = null ) SkinSection constructor.
render ( ) : string Get the evaluated contents of the object.

Protected Methods

Method Description
makeView ( $target, $instanceId ) : Illuminate\Contracts\View\View makeView

Method Details

__construct() public method

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

makeView() protected method

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

render() public method

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

Property Details

$instanceId protected property

protected $instanceId

$target protected property

protected $target