Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Property.php
function Property::getKey
Returns the property key
Return value
Expression
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
Property.php
, line 99
Class
Property
A node that represents a property in an object literal. For example "b" in: a = {b: 1}
Namespace
Peast\Syntax\Node
Code
public
function
getKey
() {
return
$this
->
key
; }
RSS feed