���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/remex-html/src/PropGuard.php
���ѧ٧ѧ�
<?php namespace Wikimedia\RemexHtml; /** * This is a statically configurable mechanism for preventing the setting of * undeclared properties on objects. The point of it is to detect programmer * errors. */ trait PropGuard { public static $armed = true; public function __set( $name, $value ) { if ( self::$armed ) { throw new \Exception( "Property \"$name\" on object of class " . get_class( $this ) . " is undeclared" ); } else { $this->$name = $value; } } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.06 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�