PHP Класс App\Http\Sections\SkinSection

Наследование: extends Section
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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