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

namespace IlluminateContractsSupport;

interface 
HasOnceHash
{
    
/**
     * Compute the hash that should be used to represent the object when given to a function using "once".
     *
     * @return string
     */
    
public function onceHash();
}
Онлайн: 3
Реклама