Diff #4 - trunk/docs/classes/models/emailattachment/__construct.md Repo: apex/webapp Revision: 4 Filename: trunk/docs/classes/models/emailattachment/__construct.md Size: 943 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,46 @@ + +# EmailAttachment::__construct + +### Usage + +> EmailAttachment::__construct(int $id, int $notification_id, string $filename, int $filesize, string $contents) + +### Description + +> Constructor + +### Parameters + +Parameter | Required | Type | Description +------------- |------------- |------------- |------------- +id | Yes | int | +notification_id | Yes | int | +filename | Yes | string | +filesize | Yes | int | +contents | Yes | string | + +### Return +> +### See Also + +* __get() +* __set() +* all() +* count() +* delete() +* deleteMany() +* getChildren() +* getNotification() +* insert() +* insertFromForm() +* insertOrUpdate() +* purge() +* save() +* toArray() +* toFormattedArray() +* update() +* where() +* whereFirst() +* whereId() + + Full Code EmailAttachment::__construct Usage EmailAttachment::__construct(int $id, int $notification_id, string $filename, int $filesize, string $contents) Description Constructor Parameters Parameter Required Type Description id Yes int notification_id Yes int filename Yes string filesize Yes int contents Yes string Return See Also __get() __set() all() count() delete() deleteMany() getChildren() getNotification() insert() insertFromForm() insertOrUpdate() purge() save() toArray() toFormattedArray() update() where() whereFirst() whereId()