Skip to content

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 30, 2013
1 parent cdd7096 commit 21e1b2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/Index.class.php
Expand Up @@ -680,6 +680,11 @@ static public function getView($table, $schema, $print_mode = false)
return $r;
}

/**
* Gets the properties in an array for comparison purposes
*
* @return array an array containing the properties of the index
*/
public function getCompareData()
{
$data = array(
Expand Down

0 comments on commit 21e1b2c

Please sign in to comment.