Constructor.
Description
Sets the input array.
Parameters
$input
arrayrequired- Array to perform operations on.
Source
public function __construct( $input ) {
$this->output = $input;
$this->input = $input;
}
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.