PHP Class App\Http\Sections\SkinSection

Inheritance: extends Section
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$instanceId
$target

Méthodes publiques

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

Méthodes protégées

Méthode Description
makeView ( $target, $instanceId ) : Illuminate\Contracts\View\View makeView

Method Details

__construct() public méthode

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

makeView() protected méthode

makeView
protected makeView ( $target, $instanceId ) : Illuminate\Contracts\View\View
$target
$instanceId
Résultat Illuminate\Contracts\View\View

render() public méthode

Get the evaluated contents of the object.
public render ( ) : string
Résultat string

Property Details

$instanceId protected_oe property

protected $instanceId

$target protected_oe property

protected $target