Constructor.
Description
Sets the imput array.
Parameters
-
$imputarray 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.