Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
vendor
/
laminas
/
laminas-stdlib
/
src
/
ArrayUtils
/
File Content:
MergeReplaceKey.php
<?php declare(strict_types=1); namespace Laminas\Stdlib\ArrayUtils; final class MergeReplaceKey implements MergeReplaceKeyInterface { public function __construct(protected mixed $data) { } /** * {@inheritDoc} */ public function getData() { return $this->data; } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
MergeRemoveKey.php
102 bytes
0644
MergeReplaceKey.php
314 bytes
0644
MergeReplaceKeyInterface.php
287 bytes
0644
N4ST4R_ID | Naxtarrr