Summery Summery
Constructor.
Syntax Syntax
Description Description
Sets the input array.
Parameters Parameters
- $input
-
(Required) Array to perform operations on.
Source Source
File: wp-includes/class-wp-list-util.php
public function __construct( $input ) { $this->output = $input; $this->input = $input; }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |