common\models\ApplyLog::getApply PHP 메소드

getApply() 공개 메소드

public getApply ( ) : ActiveQuery
리턴 yii\db\ActiveQuery
    public function getApply()
    {
        return $this->hasOne(Apply::className(), ['id' => 'apply_id']);
    }