Diff
Index: __construct.md
--- __construct.md (nonexistent)
+++ __construct.md (revision 4)
@@ -0,0 +1,47 @@
+
+# EmailAction::__construct
+
+### Usage
+
+> EmailAction::__construct(int $id, string $mhash, [ string $link_hash = '' ], [ string $action = 'open' ], [ string $ip_address = '' ], [ string $tracking_id = '' ], [ ?DateTime $created_at = null ])
+
+### Description
+
+> Constructor
+
+### Parameters
+
+Parameter | Required | Type | Description
+------------- |------------- |------------- |-------------
+id | Yes | int |
+mhash | Yes | string |
+link_hash | No | string |
+action | No | string |
+ip_address | No | string |
+tracking_id | No | string |
+created_at | No | ?DateTime |
+
+### Return
+>
+### See Also
+
+* __get()
+* __set()
+* all()
+* count()
+* delete()
+* deleteMany()
+* getChildren()
+* insert()
+* insertFromForm()
+* insertOrUpdate()
+* purge()
+* save()
+* toArray()
+* toFormattedArray()
+* update()
+* where()
+* whereFirst()
+* whereId()
+
+
Full Code
EmailAction::__construct
Usage
EmailAction::__construct(int $id, string $mhash, [ string $link_hash = '' ], [ string $action = 'open' ], [ string $ip_address = '' ], [ string $tracking_id = '' ], [ ?DateTime $created_at = null ])
Description
Constructor
Parameters
| Parameter |
Required |
Type |
Description |
| id |
Yes |
int |
|
| mhash |
Yes |
string |
|
| link_hash |
No |
string |
|
| action |
No |
string |
|
| ip_address |
No |
string |
|
| tracking_id |
No |
string |
|
| created_at |
No |
?DateTime |
|
Return
See Also