public function __clone() {
        parent::__clone();

        $this->elements = ArrayHelper::copy($this->elements);
    }