public function __construct() { parent::__construct(); $this->isSelectable = FALSE; }
public function __clone() { parent::__clone(); $this->elements = ArrayHelper::copy($this->elements); }