public function AcsfSite::__set in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 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\acsfCode
public function __set($key, $value) {
$this->info[$key] = $value;
}