Exemple #1
0
	/**
	 * Returns referencing rows.
	 * @param  string table name
	 * @return GroupedTableSelection
	 */
	public function related($table)
	{
		$referencing = $this->table->getReferencingTable($table);
		$referencing->active = $this[$this->table->primary];
		return $referencing;
	}