Home
last modified time | relevance | path

Searched refs:__construct (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/webtrees/app/Exceptions/
H A DFileUploadException.php45 public function __construct(UploadedFileInterface|null $uploaded_file) function in Fisharebest\\Webtrees\\Exceptions\\FileUploadException
48 parent::__construct(I18N::translate('No file was received. Please try again.'));
100 parent::__construct($message);
H A DInvalidGedcomEncodingException.php35 public function __construct(string $charset) function in Fisharebest\\Webtrees\\Exceptions\\InvalidGedcomEncodingException
39 parent::__construct($message);
H A DGedcomErrorException.php35 public function __construct(string $gedcom) function in Fisharebest\\Webtrees\\Exceptions\\GedcomErrorException
39 parent::__construct($message);
/webtrees/app/
H A DDefaultUser.php27 public function __construct() function in Fisharebest\\Webtrees\\DefaultUser
29 parent::__construct(-1, '', 'DEFAULT_USER', 'DEFAULT_USER');
/webtrees/app/Date/
H A DGregorianDate.php40 public function __construct($date) function in Fisharebest\\Webtrees\\Date\\GregorianDate
43 parent::__construct($date);
H A DJulianDate.php44 public function __construct($date) function in Fisharebest\\Webtrees\\Date\\JulianDate
47 parent::__construct($date);
H A DHijriDate.php75 public function __construct($date) function in Fisharebest\\Webtrees\\Date\\HijriDate
78 parent::__construct($date);
H A DJalaliDate.php72 public function __construct($date) function in Fisharebest\\Webtrees\\Date\\JalaliDate
75 parent::__construct($date);
/webtrees/app/Http/Exceptions/
H A DHttpException.php33 public function __construct(string $message, int $status_code) function in Fisharebest\\Webtrees\\Http\\Exceptions\\HttpException
35 parent::__construct($message, $status_code);
H A DHttpServerErrorException.php32 public function __construct(string $message) function in Fisharebest\\Webtrees\\Http\\Exceptions\\HttpServerErrorException
34 parent::__construct($message, StatusCodeInterface::STATUS_INTERNAL_SERVER_ERROR);
H A DHttpServiceUnavailableException.php32 public function __construct(string $message) function in Fisharebest\\Webtrees\\Http\\Exceptions\\HttpServiceUnavailableException
34 parent::__construct($message, StatusCodeInterface::STATUS_SERVICE_UNAVAILABLE);
H A DHttpTooManyRequestsException.php33 public function __construct(string|null $message = null) function in Fisharebest\\Webtrees\\Http\\Exceptions\\HttpTooManyRequestsException
37 parent::__construct($message, StatusCodeInterface::STATUS_TOO_MANY_REQUESTS);
H A DHttpGoneException.php33 public function __construct(string|null $message = null) function in Fisharebest\\Webtrees\\Http\\Exceptions\\HttpGoneException
37 parent::__construct($message, StatusCodeInterface::STATUS_GONE);
H A DHttpBadRequestException.php33 public function __construct(string|null $message = null) function in Fisharebest\\Webtrees\\Http\\Exceptions\\HttpBadRequestException
37 parent::__construct($message, StatusCodeInterface::STATUS_BAD_REQUEST);
H A DHttpNotFoundException.php33 public function __construct(string|null $message = null) function in Fisharebest\\Webtrees\\Http\\Exceptions\\HttpNotFoundException
37 parent::__construct($message, StatusCodeInterface::STATUS_NOT_FOUND);
H A DHttpAccessDeniedException.php33 public function __construct(string|null $message = null) function in Fisharebest\\Webtrees\\Http\\Exceptions\\HttpAccessDeniedException
37 parent::__construct($message, StatusCodeInterface::STATUS_FORBIDDEN);
/webtrees/app/CommonMark/
H A DXrefNode.php35 public function __construct(GedcomRecord $record) function in Fisharebest\\Webtrees\\CommonMark\\XrefNode
37 parent::__construct();
/webtrees/app/Http/RequestHandlers/
H A DAutoCompleteFolder.php41 public function __construct(MediaFileService $media_file_service, SearchService $search_service) function in Fisharebest\\Webtrees\\Http\\RequestHandlers\\AutoCompleteFolder
43 parent::__construct($search_service);
H A DAutoCompletePlace.php41 public function __construct(ModuleService $module_service, SearchService $search_service) function in Fisharebest\\Webtrees\\Http\\RequestHandlers\\AutoCompletePlace
43 parent::__construct($search_service);
/webtrees/app/Cli/Commands/
H A DTreeList.php30 public function __construct(private readonly TreeService $tree_service) function in Fisharebest\\Webtrees\\Cli\\Commands\\TreeList
32 parent::__construct();
H A DTreeCreate.php36 public function __construct(private readonly TreeService $tree_service) function in Fisharebest\\Webtrees\\Cli\\Commands\\TreeCreate
38 parent::__construct();
H A DUserList.php33 public function __construct(private readonly UserService $user_service) function in Fisharebest\\Webtrees\\Cli\\Commands\\UserList
35 parent::__construct();
H A DTreeExport.php40 public function __construct( function in Fisharebest\\Webtrees\\Cli\\Commands\\TreeExport
44 parent::__construct();
/webtrees/app/Elements/
H A DNamePersonal.php92 public function __construct(string $label, array|null $subtags = null) function in Fisharebest\\Webtrees\\Elements\\NamePersonal
97 parent::__construct($label, $subtags);
/webtrees/app/Cli/
H A DConsole.php40 public function __construct() function in Fisharebest\\Webtrees\\Cli\\Console
42 parent::__construct(Webtrees::NAME, Webtrees::VERSION);

12345678910>>...16