ヤミ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: Stop.php
<?php namespace AppBundle\Entity; use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation as Serializer; /** * Stop * * @ORM\Table(name="stop") * @ORM\Entity(repositoryClass="AppBundle\Repository\StopRepository") */ class Stop { /** * @var int * * @ORM\Column(name="id", type="integer") * @ORM\Id * @ORM\GeneratedValue(strategy="AUTO") * @Serializer\Groups({"LIST", "STOP_DETAILS"}) */ private $stopId; /** * @var string * * @ORM\Column(name="destination_name", type="string", length=255, nullable=true) * @Serializer\Groups({"LIST", "STOP_DETAILS"}) */ private $destinationName; /** * @var int * * @ORM\Column(name="orderer", type="smallint") * @Serializer\Groups({"STOP_DETAILS"}) */ private $orderer; /** * @var \AppBundle\Entity\Line * * @ORM\ManyToOne(targetEntity="AppBundle\Entity\Line", inversedBy="stops") * @Serializer\Groups({"STOP_DETAILS"}) * @Serializer\MaxDepth(1) */ private $line; /** * Get stopId * * @return integer */ public function getStopId() { return $this->stopId; } /** * Set destinationName * * @param string $destinationName * * @return Stop */ public function setDestinationName($destinationName) { $this->destinationName = $destinationName; return $this; } /** * Get destinationName * * @return string */ public function getDestinationName() { return $this->destinationName; } /** * Set line * * @param \AppBundle\Entity\Line $line * * @return Stop */ public function setLine(\AppBundle\Entity\Line $line = null) { $this->line = $line; return $this; } /** * Get line * * @return \AppBundle\Entity\Line */ public function getLine() { return $this->line; } /** * Set orderer * * @param integer $orderer * * @return Stop */ public function setOrderer($orderer) { $this->orderer = $orderer; return $this; } /** * Get orderer * * @return integer */ public function getOrderer() { return $this->orderer; } }
Coded With 💗 by
0x6ick