UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_bc4e8120f366
/
vendor
/
jms
/
serializer
/
tests
/
Fixtures
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
Comment.php
<?php namespace JMS\Serializer\Tests\Fixtures; use JMS\Serializer\Annotation\Type; class Comment { /** * @Type("JMS\Serializer\Tests\Fixtures\Author") */ private $author; /** * @Type("string") */ private $text; public function __construct(Author $author = null, $text) { $this->author = $author; $this->text = $text; } public function getAuthor() { return $this->author; } }
Copyright © 2026 - UnknownSec