/ Gists / References in class
On gists

References in class

AW

fastadmintablepresenter.php Raw #

<?php

	protected function & getTable()
	{
		return $this->table;
	}

	protected function & getStructure()
	{
		return $this->structure;
	}