public function getInstance(array $options) { if (isset($options['id'])) { return $this->createInstance($options['id']); } }