WP_List_Util::__construct( array   $imput )

Constructor.

Description

Sets the imput array.

Parameters

$imput array required
Array to perform operations on.

Source

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

Changuelog

Versionen Description
4.7.0 Introduced.

User Contributed Notes

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