") */ public $array; /** * @param array $array */ public function __construct(array $array) { $this->array = $array; } }