Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.136.159.203
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
symfony /
property-access /
Delete
Unzip
Name
Size
Permission
Date
Action
Exception
[ DIR ]
drwxr-xr-x
2021-01-27 09:00
CHANGELOG.md
2.1
KB
-rw-r--r--
2021-01-27 09:00
LICENSE
1.04
KB
-rw-r--r--
2021-01-27 09:00
PropertyAccess.php
915
B
-rw-r--r--
2021-01-27 09:00
PropertyAccessor.php
28.6
KB
-rw-r--r--
2021-01-27 09:00
PropertyAccessorBuilder.php
7.17
KB
-rw-r--r--
2021-01-27 09:00
PropertyAccessorInterface.php
4.53
KB
-rw-r--r--
2021-01-27 09:00
PropertyPath.php
5.38
KB
-rw-r--r--
2021-01-27 09:00
PropertyPathBuilder.php
9.57
KB
-rw-r--r--
2021-01-27 09:00
PropertyPathInterface.php
2.25
KB
-rw-r--r--
2021-01-27 09:00
PropertyPathIterator.php
999
B
-rw-r--r--
2021-01-27 09:00
PropertyPathIteratorInterface.php
756
B
-rw-r--r--
2021-01-27 09:00
README.md
566
B
-rw-r--r--
2021-01-27 09:00
composer.json
1.11
KB
-rw-r--r--
2021-01-27 09:00
Save
Rename
CHANGELOG ========= 5.2.0 ----- * deprecated passing a boolean as the first argument of `PropertyAccessor::__construct()`, expecting a combination of bitwise flags instead * added the ability to disable usage of the magic `__get` & `__set` methods 5.1.0 ----- * Added an `UninitializedPropertyException` * Linking to PropertyInfo extractor to remove a lot of duplicate code 4.4.0 ----- * deprecated passing `null` as `$defaultLifetime` 2nd argument of `PropertyAccessor::createCache()` method, pass `0` instead 4.3.0 ----- * added a `$throwExceptionOnInvalidPropertyPath` argument to the PropertyAccessor constructor. * added `enableExceptionOnInvalidPropertyPath()`, `disableExceptionOnInvalidPropertyPath()` and `isExceptionOnInvalidPropertyPath()` methods to `PropertyAccessorBuilder` 4.0.0 ----- * removed the `StringUtil` class, use `Symfony\Component\Inflector\Inflector` 3.1.0 ----- * deprecated the `StringUtil` class, use `Symfony\Component\Inflector\Inflector` instead 2.7.0 ------ * `UnexpectedTypeException` now expects three constructor arguments: The invalid property value, the `PropertyPathInterface` object and the current index of the property path. 2.5.0 ------ * allowed non alpha numeric characters in second level and deeper object properties names * [BC BREAK] when accessing an index on an object that does not implement ArrayAccess, a NoSuchIndexException is now thrown instead of the semantically wrong NoSuchPropertyException * [BC BREAK] added isReadable() and isWritable() to PropertyAccessorInterface 2.3.0 ------ * added PropertyAccessorBuilder, to enable or disable the support of "__call" * added support for "__call" in the PropertyAccessor (disabled by default) * [BC BREAK] changed PropertyAccessor to continue its search for a property or method even if a non-public match was found. Before, a PropertyAccessDeniedException was thrown in this case. Class PropertyAccessDeniedException was removed now. * deprecated PropertyAccess::getPropertyAccessor * added PropertyAccess::createPropertyAccessor and PropertyAccess::createPropertyAccessorBuilder