/**
  * Method for setting protected static $instance.
  *
  * @param   mixed  $value  The value of the property.
  *
  * @return  void.
  *
  * @since   11.3
  */
 public function setClassInstance($value)
 {
     self::$instance = $value;
 }