You are here

public function AcsfSite::__set in Acquia Cloud Site Factory Connector 8

Same name and namespace in other branches
  1. 8.2 src/AcsfSite.php \Drupal\acsf\AcsfSite::__set()

Class overloading __set().

Parameters

string $key: The key of the internal storage to look up.

mixed $value: The value to store internally.

File

src/AcsfSite.php, line 94

Class

AcsfSite
AcsfSite.

Namespace

Drupal\acsf

Code

public function __set($key, $value) {
  $this->info[$key] = $value;
}