Files
portal-legacy/lib/model/Cordinates.php

13 lines
156 B
PHP
Raw Normal View History

2012-11-28 03:55:08 -05:00
<?php
/**
* Subclass for representing a row from the 'cordinates' table.
*
*
*
* @package lib.model
*/
class Cordinates extends BaseCordinates
{
}