Searched refs:PRIV_HIDE (Results 1 – 14 of 14) sorted by relevance
/webtrees/app/ |
H A D | Relationship.php | 129 ->facts(['FAMC'], false, Auth::PRIV_HIDE) 141 ->facts(['FAMC'], false, Auth::PRIV_HIDE) 281 … $fact = $family->facts(['ENGA', 'MARR', 'DIV', 'ANUL'], true, Auth::PRIV_HIDE)->last(); 347 ->facts(['FAMC'], false, Auth::PRIV_HIDE) 359 ->facts(['FAMC'], false, Auth::PRIV_HIDE) 403 …$date1 = $nodes[0]->facts(['BIRT'], false, Auth::PRIV_HIDE)->map(fn (Fact $fact): Date => $fact->d… 404 …$date2 = $nodes[2]->facts(['BIRT'], false, Auth::PRIV_HIDE)->map(fn (Fact $fact): Date => $fact->d… 502 …$date1 = $nodes[0]->facts(['BIRT'], false, Auth::PRIV_HIDE)->map(fn (Fact $fact): Date => $fact->d… 503 …$date2 = $nodes[2]->facts(['BIRT'], false, Auth::PRIV_HIDE)->map(fn (Fact $fact): Date => $fact->d… 530 …$date1 = $nodes[0]->facts(['BIRT'], false, Auth::PRIV_HIDE)->map(fn (Fact $fact): Date => $fact->d… [all …]
|
H A D | Individual.php | 157 … foreach ($user_individual->facts(['FAMC', 'FAMS'], false, Auth::PRIV_HIDE) as $fact) { 185 … foreach ($family->facts(['HUSB', 'WIFE', 'CHIL'], false, Auth::PRIV_HIDE) as $fact) { 199 … foreach ($individual->facts(['FAMC', 'FAMS'], false, Auth::PRIV_HIDE) as $fact) { 248 foreach ($this->childFamilies(Auth::PRIV_HIDE) as $family) { 249 foreach ($family->spouses(Auth::PRIV_HIDE) as $parent) { 262 foreach ($this->spouseFamilies(Auth::PRIV_HIDE) as $family) { 272 $spouse = $family->spouse($this, Auth::PRIV_HIDE); 284 foreach ($family->children(Auth::PRIV_HIDE) as $child) { 294 foreach ($child->spouseFamilies(Auth::PRIV_HIDE) as $child_family) { 295 foreach ($child_family->children(Auth::PRIV_HIDE) as $grandchild) { [all …]
|
H A D | Family.php | 85 $access_level = Auth::PRIV_HIDE; 105 $access_level = Auth::PRIV_HIDE; 196 $access_level = Auth::PRIV_HIDE;
|
H A D | GedcomRecord.php | 249 if ($access_level === Auth::PRIV_HIDE) { 296 if ($access_level === Auth::PRIV_HIDE) { 814 foreach ($this->facts([], false, Auth::PRIV_HIDE, true) as $fact) {
|
H A D | Auth.php | 39 public const int PRIV_HIDE = -1; // Hide the item to all users 591 self::PRIV_HIDE => I18N::translate('Hide from everyone'),
|
H A D | Tree.php | 44 'hidden' => Auth::PRIV_HIDE,
|
/webtrees/app/Services/ |
H A D | RelationshipService.php | 128 foreach ($indi->childFamilies(Auth::PRIV_HIDE) as $family) { 130 foreach ($family->spouses(Auth::PRIV_HIDE) as $spouse) { 143 foreach ($family->children(Auth::PRIV_HIDE) as $child) { 159 foreach ($indi->spouseFamilies(Auth::PRIV_HIDE) as $family) { 161 foreach ($family->spouses(Auth::PRIV_HIDE) as $spouse) { 174 foreach ($family->children(Auth::PRIV_HIDE) as $child) { 356 foreach ($person1->spouseFamilies(Auth::PRIV_HIDE) as $family) { 358 … $event = $family->facts(['ANUL', 'DIV', 'ENGA', 'MARR'], true, Auth::PRIV_HIDE, true)->last(); 380 foreach ($person1->spouseFamilies(Auth::PRIV_HIDE) as $family) { 382 … $event = $family->facts(['ANUL', 'DIV', 'ENGA', 'MARR'], true, Auth::PRIV_HIDE, true)->last(); [all …]
|
H A D | GedcomExportService.php | 79 'none' => Auth::PRIV_HIDE, 177 int $access_level = Auth::PRIV_HIDE, 198 } elseif ($access_level === Auth::PRIV_HIDE) {
|
/webtrees/app/Module/ |
H A D | RelativesTabModule.php | 72 $fam_access_level = Auth::PRIV_HIDE;
|
H A D | StoriesModule.php | 64 protected int $access_level = Auth::PRIV_HIDE;
|
H A D | ClippingsCartModule.php | 257 $access_level = Auth::PRIV_HIDE;
|
/webtrees/app/Http/RequestHandlers/ |
H A D | EditRawRecordAction.php | 75 foreach ($record->facts([], false, Auth::PRIV_HIDE, true) as $fact) {
|
H A D | TreePreferencesPage.php | 125 Auth::PRIV_HIDE => I18N::translate('Hide from everyone'),
|
/webtrees/app/Cli/Commands/ |
H A D | TreeExport.php | 88 access_level: Auth::PRIV_HIDE,
|