Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Data.php
function Data::offsetGet
File
vendor/
symfony/
var-dumper/
Cloner/
Data.php
, line 145
Class
Data
@author Nicolas Grekas <
p@tchwork.com
>
Namespace
Symfony\Component\VarDumper\Cloner
Code
public
function
offsetGet
(mixed
$key
) : mixed {
return
$this
->
__get
(
$key
); }
RSS feed