*/ class PageAllCustoms extends Page { public function InitializeContent () { $customId = getURLParam ("custom", NULL); $columnType = CustomColumnType::createByCustomID($customId); $this->title = $columnType->getTitle(); $this->entryArray = $columnType->getAllCustomValues(); $this->idPage = $columnType->getAllCustomsId(); } }