Searched refs:get_location (Results 1 – 1 of 1) sorted by relevance
6 if ($a->get_location() == $b->get_location()) { return 0; };7 return ($a->get_location() > $b->get_location()) ? -1 : 1; 19 function get_location() { function in FootnoteLocation48 while ($i < $size && $footnotes[$i]->get_location() > $page_start) { 53 while ($i < $size && $footnotes[$i]->get_location() > $location) {