History log of /PHP-Parser/lib/PhpParser/Node/PropertyHook.php (Results 1 – 3 of 3)
Revision Date Author Comments
# f212bb7a 11-Dec-2024 Ondrej Mirtes

Add `PropertyHook::isFinal()` helper method with tests


# f43324a0 11-Dec-2024 Ondrej Mirtes

Missing flags subNode description in PropertyHook constructor PHPDoc


# 03caf4cc 14-Jul-2024 Nikita Popov

[8.4] Add support for property hooks

Add hooks subnode to Stmt\Property and Param, which contains an
array of PropertyHook.

The property hook support is considered experimental

[8.4] Add support for property hooks

Add hooks subnode to Stmt\Property and Param, which contains an
array of PropertyHook.

The property hook support is considered experimental and subject
to change.

RFC: https://wiki.php.net/rfc/property-hooks

show more ...