Current File : /home/jvzmxxx/wiki1/extensions/Flow/includes/Collection/HeaderCollection.php
<?php

namespace Flow\Collection;

class HeaderCollection extends LocalCacheAbstractCollection {
	public static function getRevisionClass() {
		return 'Flow\\Model\\Header';
	}

	public function getWorkflowId() {
		return $this->getId();
	}

	public function getBoardWorkflowId() {
		return $this->getId();
	}
}