Diff #4 - trunk/docs/classes/models/emaillink/__construct.md Repo: apex/webapp Revision: 4 Filename: trunk/docs/classes/models/emaillink/__construct.md Size: 794 bytes Updated By: apex Date Updated: January 20, 2025 at 08:20 DiffFull Code Diff Index: __construct.md --- __construct.md (nonexistent) +++ __construct.md (revision 4) @@ -0,0 +1,43 @@ + +# EmailLink::__construct + +### Usage + +> EmailLink::__construct(int $id, string $link_hash, string $url) + +### Description + +> Constructor + +### Parameters + +Parameter | Required | Type | Description +------------- |------------- |------------- |------------- +id | Yes | int | +link_hash | Yes | string | +url | Yes | string | + +### Return +> +### See Also + +* __get() +* __set() +* all() +* count() +* delete() +* deleteMany() +* getChildren() +* insert() +* insertFromForm() +* insertOrUpdate() +* purge() +* save() +* toArray() +* toFormattedArray() +* update() +* where() +* whereFirst() +* whereId() + + Full Code EmailLink::__construct Usage EmailLink::__construct(int $id, string $link_hash, string $url) Description Constructor Parameters Parameter Required Type Description id Yes int link_hash Yes string url Yes string Return See Also __get() __set() all() count() delete() deleteMany() getChildren() insert() insertFromForm() insertOrUpdate() purge() save() toArray() toFormattedArray() update() where() whereFirst() whereId()