WP_List_Util::__construct( array $input )

Constructor.


Description

Sets the input array.


Top ↑

Parameters

$input array Required
Array to perform operations on.

Top ↑

Source

File: wp-includes/class-wp-list-util.php. View all references

public function __construct( $input ) {
	$this->output = $input;
	$this->input  = $input;
}


Top ↑

Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.