1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 14:14:05 +00:00
Commit graph

27 commits

Author SHA1 Message Date
lukinovec
43f505aa37 Make static things non-static in VirtualColumn 2023-10-17 09:44:46 +02:00
Samuel Štancl
424096a548 Fix code style (php-cs-fixer) 2023-10-17 07:43:07 +00:00
lukinovec
b82084ba90 Refactor $afterListeneres 2023-10-17 09:42:22 +02:00
lukinovec
b573ec6cb9 Revert static -> $model changes 2023-10-17 05:59:52 +02:00
lukinovec
5c33e250dd Use $model instead of static where possible 2023-10-13 08:46:50 +02:00
lukinovec
cbd0b9221f Use $model->getCustomColumns() instead of static::getCustomColumns() 2023-10-13 08:18:46 +02:00
lukinovec
e411001251 Refactor encodeAttributes() 2023-08-14 16:42:14 +02:00
lukinovec
daeb8d8c86 Don't accept unused $e 2023-08-14 13:21:37 +02:00
lukinovec
2760126de7 Use $dataEncoded bool instead of $dataEncodingStatus string 2023-08-14 13:21:13 +02:00
93ec843c4c
Update src/VirtualColumn.php 2023-08-14 12:52:50 +02:00
lukinovec
4510275ec1 Correct encrypted castable logic 2023-08-09 14:33:06 +02:00
lukinovec
b0d5dad3fd Check hasCast manually 2023-08-09 13:09:17 +02:00
lukinovec
85723fe337 Use non-lowercase custom cast class strings 2023-08-09 12:55:02 +02:00
Samuel Štancl
eda9895595 Fix code style (php-cs-fixer) 2023-08-09 10:17:18 +00:00
lukinovec
06703921f0 Break code style (testing) 2023-08-09 12:16:57 +02:00
lukinovec
86b5384447 Merge branch 'encrypted-casts' of https://github.com/lukinovec/virtualcolumn into encrypted-casts 2023-08-08 15:55:24 +02:00
lukinovec
b0e454e110 Handle custom castables in VirtualColumn 2023-08-08 15:50:55 +02:00
Samuel Štancl
c4c52d0970 Fix code style (php-cs-fixer) 2023-08-08 11:58:48 +00:00
lukinovec
885e2112c2 Update attribute casting in VirtualColumn 2023-08-08 13:57:43 +02:00
lukinovec
874a697d21 Handle and test 'encrypted' casts 2023-08-08 09:40:40 +02:00
Samuel Štancl
46c590e240
Add @mixin annotation 2022-11-08 12:35:18 +01:00
ac0dccc6e7
add docblock 2022-10-21 14:08:35 +02:00
lukinovec
73d7918170 Rename generateColumnName 2022-10-21 13:56:03 +02:00
lukinovec
43f0b2c30f Add method for generating column names 2022-10-21 11:32:12 +02:00
j.stein
2ae1ed099f Sync with original attributes 2022-01-04 01:12:11 +01:00
Jori Stein
11e678c435
Typo 2022-01-04 00:23:23 +01:00
Samuel Štancl
1418a51fef Initial commit 2020-07-06 14:25:02 +02:00