function FunctionLike::getAttrGroups
Get PHP attribute groups.
Return value
5 methods override FunctionLike::getAttrGroups()
- ArrowFunction::getAttrGroups in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ ArrowFunction.php - Get PHP attribute groups.
- ClassMethod::getAttrGroups in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Stmt/ ClassMethod.php - Get PHP attribute groups.
- Closure::getAttrGroups in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ Closure.php - Get PHP attribute groups.
- Function_::getAttrGroups in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Stmt/ Function_.php - Get PHP attribute groups.
- PropertyHook::getAttrGroups in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ PropertyHook.php - Get PHP attribute groups.
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ FunctionLike.php, line 39
Class
Namespace
PhpParser\NodeCode
public function getAttrGroups() : array;