Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TryStatement.php
function TryStatement::getHandler
Returns the catch clause
Return value
CatchClause
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
TryStatement.php
, line 79
Class
TryStatement
A node that represents a try-catch statement.
Namespace
Peast\Syntax\Node
Code
public
function
getHandler
() {
return
$this
->
handler
; }
RSS feed