Mark Story
|
e3e4c52a5b
Return changed properties that were originally null.
|
10 years ago |
José Lorenzo Rodríguez
|
6167d95191
Merge pull request #6555 from patrickconroy/master-entity-toarray
|
10 years ago |
Mark Story
|
9515d83d1e
Fix getOriginal() not preserving nulls.
|
11 years ago |
Mark Story
|
28af8cdb68
Remove accessor cache.
|
11 years ago |
Jose Lorenzo Rodriguez
|
89778823fb
Improving Entity::__debugInfo() to better hint what is accessible.
|
11 years ago |
Patrick Conroy
|
529a427236
Making EntityTrait::toArray smarter about how it handles input
|
11 years ago |
Jose Lorenzo Rodriguez
|
83aa707de9
Using a more agressive cache invalidaiton technique in entity
|
11 years ago |
Mark Story
|
84eba53f35
Fix unsetProperty() not clearing property cache.
|
11 years ago |
Jose Lorenzo Rodriguez
|
a062b53852
Optimizing Entities accessors by caching the result in another array.
|
11 years ago |
Mark Story
|
25da94645c
Rename method.
|
11 years ago |
Mark Story
|
7ad3ee672b
Make extractOriginal() consistent with getOriginal().
|
11 years ago |
José Lorenzo Rodríguez
|
b9bd61388c
psr-foo
|
11 years ago |
Jose Lorenzo Rodriguez
|
769865666e
Allowing cloned entities to be saved after marked as new
|
11 years ago |
Mark Story
|
35a7038bd8
Remove dead code in ORM.
|
11 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
Jose Lorenzo Rodriguez
|
87bcb025be
Moving the EntityInterface::validate() method to another interface
|
11 years ago |
Jose Lorenzo Rodriguez
|
a24e1e4efc
Implemented a change in Entity::errors() so that nested errors are returned
|
11 years ago |
Jose Lorenzo Rodriguez
|
e89894238a
Merge remote-tracking branch 'origin/3.0' into 3.0-validation-revisit
|
11 years ago |
ndm2
|
333ed728e4
Test against `EntityInterface` instead of `self`
|
11 years ago |
ndm2
|
19931dd374
Remove path assertion, rely on `testErrorPathReading`
|
11 years ago |
ndm2
|
0fbf8ba5f1
Fix reading of nested errros
|
11 years ago |
Jose Lorenzo Rodriguez
|
0013cce3f4
Making calls to Entity::error() not overwrite by default previous errors
|
11 years ago |
antograssiot
|
7d22adda1e
fix PHPCS
|
11 years ago |
antograssiot
|
21c52d2df4
add _orignal to Entity and fix Counter cache update
|
11 years ago |
Bryan Crowe
|
608e1c5ae7
Add space after closures' function keyword
|
11 years ago |
antograssiot
|
264054d9ef
add regression test for #4563
|
11 years ago |
mark_story
|
63e6d380bf
Mark fields as not dirty when they are unset.
|
11 years ago |
mark_story
|
3f0bd20f86
Expand has() so we can check multiple properties at once.
|
11 years ago |
Jose Lorenzo Rodriguez
|
9f2503d202
fixing a couple CS issues
|
11 years ago |
Jose Lorenzo Rodriguez
|
456474c08c
Fixing an issue where using getters on a Entity field would keep modifying the field
|
11 years ago |