HEX
Server: Apache
System: Linux server3230.server-vps.com 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: lzgqnjwu (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //proc/1122/cwd/common/models/SubscribeRequestsQuery.php
<?php

namespace common\models;

/**
 * This is the ActiveQuery class for [[SubscribeRequests]].
 *
 * @see SubscribeRequests
 */
class SubscribeRequestsQuery extends \yii\db\ActiveQuery
{
    /*public function active()
    {
        return $this->andWhere('[[status]]=1');
    }*/

    /**
     * {@inheritdoc}
     * @return SubscribeRequests[]|array
     */
    public function all($db = null)
    {
        return parent::all($db);
    }

    /**
     * {@inheritdoc}
     * @return SubscribeRequests|array|null
     */
    public function one($db = null)
    {
        return parent::one($db);
    }
}