Файловый менеджер - Редактировать - /home/avadvi5/calendar.aeronextgen.com/davis/src/Entity/PropertyStorage.php
Ðазад
<?php namespace App\Entity; use Doctrine\ORM\Mapping as ORM; #[ORM\Entity()] #[ORM\Table(name: 'propertystorage')] class PropertyStorage { #[ORM\Id] #[ORM\GeneratedValue] #[ORM\Column(type: 'integer')] private $id; #[ORM\Column(type: 'string', length: 255)] private $path; #[ORM\Column(type: 'string', length: 255)] private $name; #[ORM\Column(name: 'valuetype', type: 'integer', nullable: true)] private $valueType; #[ORM\Column(type: 'text', nullable: true)] private $value; public function getId(): ?int { return $this->id; } public function getPath(): ?string { return $this->path; } public function setPath(string $path): self { $this->path = $path; return $this; } public function getName(): ?string { return $this->name; } public function setName(string $name): self { $this->name = $name; return $this; } public function getValueType(): ?int { return $this->valueType; } public function setValueType(?int $valueType): self { $this->valueType = $valueType; return $this; } public function getValue(): ?string { return $this->value; } public function setValue(?string $value): self { $this->value = $value; return $this; } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка