Вход Регистрация
Файл: system/vendor/illuminate/contracts/View/View.php
Строк: 24
<?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);

    
/**
     * Get the array of view data.
     *
     * @return array
     */
    
public function getData();
}
Онлайн: 0
Реклама