Walther Lalk
|
f373785a7c
Fixes #8516
|
10 years ago |
Mark Story
|
a37465c8f0
Update documentation for Entity::has().
|
10 years ago |
Mark Scherer
|
a2318a3bec
Run sniffer to auto-fix default params into doc blocks.
|
10 years ago |
Curtis Gibby
|
18fcf41b4f
Add missing bracket in comment
|
10 years ago |
mark_story
|
460fbf2609
Allow camelBacked virtualProperties to be accessed.
|
10 years ago |
Marlin Cremers
|
5f880f67ed
Add deprecated notice to _className in EntityTrait
|
10 years ago |
Jose Lorenzo Rodriguez
|
ad386871f2
Merge branch 'faster-entities' into 3.2
|
10 years ago |
Jose Lorenzo Rodriguez
|
aabedb0ed8
Reducing code nesting and removing unneeded property
|
10 years ago |
ypnos-web
|
ab3f5d5a2f
reduce nesting
|
10 years ago |
ypnos-web
|
e4afd0c7b7
remove default $type argument
|
10 years ago |
ypnos-web
|
6c5c6cb04b
Cache accessor methods per-property
|
10 years ago |
Mark Story
|
5922b68672
Merge branch 'master' into 3.2
|
10 years ago |
Mathieu
|
2b0710742e
Fix code markup for the DOCS
|
10 years ago |
Mark Scherer
|
9415d4416a
Fix up tests.
|
10 years ago |
Mark Scherer
|
b1b8dac9c8
Allow invalid field data to be kept along with the error messages in the Entity.
|
10 years ago |
Mark Scherer
|
df1f742976
Correct method to fluent interface.
|
10 years ago |
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 |
Patrick Conroy
|
c69c458aa2
Changing toArray check to use instanceof
|
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 |
José Lorenzo Rodríguez
|
050152aaa6
Fixed typo
|
11 years ago |
Jose Lorenzo Rodriguez
|
a062b53852
Optimizing Entities accessors by caching the result in another array.
|
11 years ago |
mark_story
|
27f8a82a64
Fix wording.
|
11 years ago |
Mark Story
|
25da94645c
Rename method.
|
11 years ago |
Mark Story
|
7ad3ee672b
Make extractOriginal() consistent with getOriginal().
|
11 years ago |