haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
proc
/
thread-self
/
cwd
/
wp-content
/
plugins
/
admin-menu-editor
/
customizables
/
Schemas
/
Filename :
IndexedArray.php
back
Copy
<?php namespace YahnisElsts\AdminMenuEditor\Customizable\Schemas; class IndexedArray extends Collection { public function __construct(Schema $itemSchema, $label = null) { parent::__construct($itemSchema, new Number(), $label); } }