![]() |
Hi. There is an error when converting DataСaster types for an Entity, the set() method is not specified. Because of this, type casting does not work.
Look at this https://github.com/codeigniter4/CodeIgni...st.php#L24 My code Entity: PHP Code: // Step 1, fill properties But some Casts (IntegerCast, FloatCast, ...) don't have a set (only get) method and everything breaks |
Messages In This Thread |
DataCaster not working - by ozornick - 05-05-2024, 07:14 AM
RE: DataCaster not working - by kenjis - 05-05-2024, 04:50 PM
RE: DataCaster not working - by ozornick - 05-06-2024, 01:19 AM
RE: DataCaster not working - by kenjis - 05-06-2024, 01:38 AM
RE: DataCaster not working - by ozornick - 05-06-2024, 02:20 AM
RE: DataCaster not working - by kenjis - 05-06-2024, 03:16 AM
RE: DataCaster not working - by Thomas Meschke - 06-13-2024, 06:44 AM
|