PHP 8.2.31
Preview: ObjectMagicMethods.php Size: 475 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/rules/CodingStyle/ValueObject/ObjectMagicMethods.php

<?php

declare (strict_types=1);
namespace Rector\CodingStyle\ValueObject;

use Rector\ValueObject\MethodName;
final class ObjectMagicMethods
{
    /**
     * @var string[]
     */
    public const METHOD_NAMES = ['__call', '__callStatic', MethodName::CLONE, MethodName::CONSTRUCT, '__debugInfo', MethodName::DESCTRUCT, '__get', MethodName::INVOKE, '__isset', '__serialize', '__set', MethodName::SET_STATE, '__sleep', '__toString', '__unserialize', '__unset', '__wakeup'];
}

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
475 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).