Diff #4 - trunk/docs/classes/models/emailaction/index.md
1,885 bytes
|
|
January 20, 2025 at 08:20
|
Diff
Index: index.md
--- index.md (nonexistent) +++ index.md (revision 4) @@ -0,0 +1,26 @@ + +# App\Webapp\Models\EmailAction + +> EmailAction Model + +* public __construct(int $id, string $mhash, [ string $link_hash = '' ], [ string $action = 'open' ], [ string $ip_address = '' ], [ string $tracking_id = '' ], [ ?DateTime $created_at = null ]):.md +* public __get(string $prop): ?mixed.md +* public __set(string $prop, ?mixed $value): void.md +* public staticall([ string $sort_by = 'id' ], [ string $sort_dir = 'asc' ], [ int $limit = '0' ], [ int $offset = '0' ]): ModelIterator.md +* public staticcount([ string $where_sql = '' ], [ ... $args ]): int.md +* public delete(): void.md +* public staticdeleteMany(string $where_sql, [ ... $args ]): int.md +* public getChildren(string $foreign_key, string $class_name, [ string $sort_by = 'id' ], [ string $sort_dir = 'asc' ], [ int $limit = '0' ], [ int $offset = '0' ]): ModelIterator.md +* public staticinsert(object | array $values): ?static.md +* public staticinsertFromForm(): static.md +* public staticinsertOrUpdate(array $criteria, array $values): ?static.md +* public staticpurge(): void.md +* public save([ array $values = [] ]): void.md +* public toArray(): array.md +* public toFormattedArray(): array.md +* public staticupdate(array $values, [ string $where_sql = '' ], [ ... $args ]): void.md +* public staticwhere(string $where_sql, [ ... $args ]): ModelIterator.md +* public staticwhereFirst(string $where_sql, [ ... $args ]): ?static.md +* public staticwhereId(string | int $id): ?static.md + +
Full Code
App\Webapp\Models\EmailAction
EmailAction Model
- public __construct(int $id, string $mhash, [ string $link_hash = '' ], [ string $action = 'open' ], [ string $ip_address = '' ], [ string $tracking_id = '' ], [ ?DateTime $created_at = null ]):.md
- public __get(string $prop): ?mixed.md
- public __set(string $prop, ?mixed $value): void.md
- public staticall([ string $sort_by = 'id' ], [ string $sort_dir = 'asc' ], [ int $limit = '0' ], [ int $offset = '0' ]): ModelIterator.md
- public staticcount([ string $where_sql = '' ], [ ... $args ]): int.md
- public delete(): void.md
- public staticdeleteMany(string $where_sql, [ ... $args ]): int.md
- public getChildren(string $foreign_key, string $class_name, [ string $sort_by = 'id' ], [ string $sort_dir = 'asc' ], [ int $limit = '0' ], [ int $offset = '0' ]): ModelIterator.md
- public staticinsert(object | array $values): ?static.md
- public staticinsertFromForm(): static.md
- public staticinsertOrUpdate(array $criteria, array $values): ?static.md
- public staticpurge(): void.md
- public save([ array $values = [] ]): void.md
- public toArray(): array.md
- public toFormattedArray(): array.md
- public staticupdate(array $values, [ string $where_sql = '' ], [ ... $args ]): void.md
- public staticwhere(string $where_sql, [ ... $args ]): ModelIterator.md
- public staticwhereFirst(string $where_sql, [ ... $args ]): ?static.md
- public staticwhereId(string | int $id): ?static.md