name = $this->assignFromArray('name', $data, true); } /* Get the platform name. */ public function getName() { return $this->name; } }