ObjectReference.php
| 298 B | Satir:
0
| php
Geri
<?php declare (strict_types=1); namespace Rector\Enum; final class ObjectReference { /** * @var string */ public const SELF = 'self'; /** * @var string */ public const PARENT = 'parent'; /** * @var string */ public const STATIC = 'static'; }
Kaydet
Ctrl+S ile kaydet