Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SourceLocation.php
function SourceLocation::getEnd
Returns the end position
Return value
Position
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
SourceLocation.php
, line 62
Class
SourceLocation
This class represents a location in the source code with start and end position.
Namespace
Peast\Syntax
Code
public
function
getEnd
() {
return
$this
->
end
; }
RSS feed