uawdijnntqw1x1x1
IP : 216.73.216.153
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
.cpanel
/
..
/
.
/
public_html
/
node_modules
/
..
/
Classes
/
Schedules.php
/
/
<?php class Schedules { public $id; public $schedule_name; public $created_by; public $completed; public $created_at; public $updated_at; public function __construct($id, $schedule_name, $created_by, $completed, $created_at, $updated_at) { $this->id = $id; $this->schedule_name = $schedule_name; $this->created_by = $created_by; $this->completed = $completed; $this->created_at = $created_at; $this->updated_at = $updated_at; } /** * @return mixed */ public function getId() { return $this->id; } /** * @param mixed $id */ public function setId($id): void { $this->id = $id; } /** * @return mixed */ public function getScheduleName() { return $this->schedule_name; } /** * @param mixed $schedule_name */ public function setScheduleName($schedule_name): void { $this->schedule_name = $schedule_name; } /** * @return mixed */ public function getCreatedBy() { return $this->created_by; } /** * @param mixed $created_by */ public function setCreatedBy($created_by): void { $this->created_by = $created_by; } /** * @return mixed */ public function getCompleted() { return $this->completed; } /** * @param mixed $completed */ public function setCompleted($completed): void { $this->completed = $completed; } /** * @return mixed */ public function getCreatedAt() { return $this->created_at; } /** * @param mixed $created_at */ public function setCreatedAt($created_at): void { $this->created_at = $created_at; } /** * @return mixed */ public function getUpdatedAt() { return $this->updated_at; } /** * @param mixed $updated_at */ public function setUpdatedAt($updated_at): void { $this->updated_at = $updated_at; } } ?>
/home/emeraadmin/.cpanel/.././public_html/node_modules/../Classes/Schedules.php