ヤミ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
/
itrave
/
api
/
src
/
AppBundle
/
Entity
/
Viewing: Address.php
<?php namespace AppBundle\Entity; use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation as Serializer; /** * Address * * @ORM\Table(name="address") * @ORM\Entity(repositoryClass="AppBundle\Repository\AddressRepository") */ class Address { /** * @var int * * @ORM\Column(name="id", type="integer") * @ORM\Id * @ORM\GeneratedValue(strategy="AUTO") * @Serializer\Groups({"LIST", "ADDRESS_DETAILS"}) */ private $addressId; /** * @var string * * @ORM\Column(name="town", type="string", length=45, nullable=true) * @Serializer\Groups({"LIST", "ADDRESS_DETAILS"}) */ private $town; /** * @var string * * @ORM\Column(name="district", type="string", length=45, nullable=true) * @Serializer\Groups({"LIST", "ADDRESS_DETAILS"}) */ private $district; /** * @var string * * @ORM\Column(name="area", type="string", length=45, nullable=true) * @Serializer\Groups({"LIST", "ADDRESS_DETAILS"}) */ private $area; /** * @var string * * @ORM\Column(name="phone1", type="string", length=45, nullable=true) * @Serializer\Groups({"LIST", "ADDRESS_DETAILS"}) */ private $phone1; /** * @var string * * @ORM\Column(name="phone2", type="string", length=45, nullable=true) * @Serializer\Groups({"LIST", "ADDRESS_DETAILS"}) */ private $phone2; /** * @var string * * @ORM\Column(name="postal_code", type="string", length=45, nullable=true) * @Serializer\Groups({"LIST", "ADDRESS_DETAILS"}) */ private $postalCode; /** * @var \DateTime * * @ORM\Column(name="last_update", type="datetime", nullable=true) * @Serializer\Groups({"LIST", "ADDRESS_DETAILS"}) */ private $lastUpdate; /** * Set town * * @param string $town * * @return Address */ public function setTown($town) { $this->town = $town; return $this; } /** * Get town * * @return string */ public function getTown() { return $this->town; } /** * Set district * * @param string $district * * @return Address */ public function setDistrict($district) { $this->district = $district; return $this; } /** * Get district * * @return string */ public function getDistrict() { return $this->district; } /** * Set area * * @param string $area * * @return Address */ public function setArea($area) { $this->area = $area; return $this; } /** * Get area * * @return string */ public function getArea() { return $this->area; } /** * Set phone1 * * @param string $phone1 * * @return Address */ public function setPhone1($phone1) { $this->phone1 = $phone1; return $this; } /** * Get phone1 * * @return string */ public function getPhone1() { return $this->phone1; } /** * Set phone2 * * @param string $phone2 * * @return Address */ public function setPhone2($phone2) { $this->phone2 = $phone2; return $this; } /** * Get phone2 * * @return string */ public function getPhone2() { return $this->phone2; } /** * Set postalCode * * @param string $postalCode * * @return Address */ public function setPostalCode($postalCode) { $this->postalCode = $postalCode; return $this; } /** * Get postalCode * * @return string */ public function getPostalCode() { return $this->postalCode; } /** * Set lastUpdate * * @param \DateTime $lastUpdate * * @return Address */ public function setLastUpdate($lastUpdate) { $this->lastUpdate = $lastUpdate; return $this; } /** * Get lastUpdate * * @return \DateTime */ public function getLastUpdate() { return $this->lastUpdate; } /** * Get addressId * * @return integer */ public function getAddressId() { return $this->addressId; } }
Coded With 💗 by
0x6ick