• rlgy's avatar
    账单 · 422d81d8
    rlgy authored
    422d81d8
Job.php 369 Bytes
<?php
/**
 * @link http://www.yiiframework.com/
 * @copyright Copyright (c) 2008 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

namespace yii\queue;

/**
 * Job Interface.
 *
 * @deprecated Will be removed in 2.1.0. Use JobInterface instead of Job.
 *
 * @author Roman Zhuravlev <zhuravljov@gmail.com>
 */
interface Job extends JobInterface
{
}