Back to UpdateCoreCommand class

Method setUpdateInfo

public void
setUpdateInfo
(mixed $data)
Sets the update Information
Parameters
  • array $data Stores the update information
Returns
  • void
Since
  • 4.0.0

Method setUpdateInfo - Source code

/**
 * Sets the update Information
 *
 * @param   array  $data  Stores the update information
 *
 * @since 4.0.0
 *
 * @return void
 */
public function setUpdateInfo($data) : void
{
    $this->updateInfo = $data;
}