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

namespace IlluminateContractsQueue;

interface 
QueueableCollection
{
    
/**
     * Get the type of the entities being queued.
     *
     * @return string|null
     */
    
public function getQueueableClass();

    
/**
     * Get the identifiers for all of the entities.
     *
     * @return array
     */
    
public function getQueueableIds();
}
Онлайн: 0
Реклама