ヤミRoot VoidGate
User / IP
:
216.73.216.84
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: Address.php
<?php namespace App\Entity; use ApiPlatform\Core\Annotation\ApiResource; use App\Repository\AddressRepository; use Doctrine\ORM\Mapping as ORM; /** * @ApiResource() * @ORM\Entity(repositoryClass=AddressRepository::class) */ class Address { /** * @ORM\Id() * @ORM\GeneratedValue() * @ORM\Column(type="integer") */ private $id; /** * @ORM\Column(type="string", length=255) */ private $location; /** * @ORM\Column(type="string", length=255) */ private $phone; /** * @ORM\Column(type="decimal", precision=30, scale=10, nullable=true) */ private $latitude; /** * @ORM\Column(type="decimal", precision=30, scale=10, nullable=true) */ private $longitude; /** * @ORM\ManyToOne(targetEntity=Town::class) * @ORM\JoinColumn(nullable=false) */ private $town; public function getId(): ?int { return $this->id; } public function getLocation(): ?string { return $this->location; } public function setLocation(string $location): self { $this->location = $location; return $this; } public function getPhone(): ?string { return $this->phone; } public function setPhone(string $phone): self { $this->phone = $phone; return $this; } public function getLatitude(): ?string { return $this->latitude; } public function setLatitude(?string $latitude): self { $this->latitude = $latitude; return $this; } public function getLongitude(): ?string { return $this->longitude; } public function setLongitude(?string $longitude): self { $this->longitude = $longitude; return $this; } public function getTown(): ?Town { return $this->town; } public function setTown(?Town $town): self { $this->town = $town; return $this; } public function __toString() { // TODO: Implement __toString() method. return $this->location." - ".$this->town; } }
Coded With 💗 by
0x6ick