options = $options; $prefix = FALSE; if ($this->options['prefix']) { $prefix = str_replace(':', '', $this->options['prefix']) . '::'; } $this->prefix = $prefix ?: $this->prefix; } }