Вход Регистрация
Файл: gapps/vendor/laravel/framework/src/Illuminate/Contracts/View/View.php
Строк: 21
<?php

namespace IlluminateContractsView;

use 
IlluminateContractsSupportRenderable;

interface 
View extends Renderable
{
    
/**
     * Get the name of the view.
     *
     * @return string
     */
    
public function name();

    
/**
     * Add a piece of data to the view.
     *
     * @param  string|array  $key
     * @param  mixed   $value
     * @return $this
     */
    
public function with($key$value null);
}
Онлайн: 1
Реклама