DIR: /home/otwalrll/.trash/wp-content.1/plugins/admin-menu-editor/customizables/Schemas/ |
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); } } |