HOME


Mini Shell 1.0
DIR: /home/otwalrll/.trash/wp-content.1/plugins/admin-menu-editor/customizables/Schemas/
Upload File :
Current File : /home/otwalrll/.trash/wp-content.1/plugins/admin-menu-editor/customizables/Schemas/IndexedArray.php
<?php

namespace YahnisElsts\AdminMenuEditor\Customizable\Schemas;

class IndexedArray extends Collection {
	public function __construct(Schema $itemSchema, $label = null) {
		parent::__construct($itemSchema, new Number(), $label);
	}
}