diff options
Diffstat (limited to 'app/Functions/Functions.php')
| -rw-r--r-- | app/Functions/Functions.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/Functions/Functions.php b/app/Functions/Functions.php index 102ffda709..741e2daa29 100644 --- a/app/Functions/Functions.php +++ b/app/Functions/Functions.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Functions; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,6 +13,8 @@ namespace Fisharebest\Webtrees\Functions; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees\Functions; + use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\Database; use Fisharebest\Webtrees\Fact; @@ -473,6 +473,8 @@ class Functions { } /** + * Calculate the name of a cousin. + * * @param int $n * @param string $sex * @@ -665,6 +667,8 @@ class Functions { } /** + * Convert a relationship path into a relationship name. + * * @param string $path * @param Individual $person1 * @param Individual $person2 |
