<?php
namespace ConcreteCorePageCollectionVersion;
class Event extends ConcreteCorePageEvent {
public function setCollectionVersionObject($version) {
$this->version = $version;
}
public function getCollectionVersionObject() {
return $this->version;
}
}