Jose Lorenzo Rodriguez
|
3db559edff
Fixing some edge cases in Entity::set()
|
12 years ago |
Jose Lorenzo Rodriguez
|
6add5f6b8c
Preventing invalid property names from being get/set into Entity
|
12 years ago |
Bryan Crowe
|
042bd19776
Use semantic version for test cases since doc block
|
12 years ago |
mark_story
|
2136783350
Fix failing test.
|
12 years ago |
Mark Story
|
2bf72df853
Merge pull request #3030 from cakephp/3.0-entity-context-fixes
|
12 years ago |
Jose Lorenzo Rodriguez
|
57911744c4
Udating tests after chaing the accessible properties in Entity
|
12 years ago |
Jose Lorenzo Rodriguez
|
a3eb624f22
Starting to make the base entity's properties accessible by default
|
12 years ago |
Jose Lorenzo Rodriguez
|
8bb695d568
Making Entity::source() just a string
|
12 years ago |
Jose Lorenzo Rodriguez
|
24b28af3b3
Unit testing Entity after adding the source() method
|
12 years ago |
Jose Lorenzo Rodriguez
|
a081d33f32
Adding __debugInfo to EntityTrait
|
12 years ago |
ndm2
|
29caa951c3
Fix docblock/function signature mismatches (parameter name typos, wrong parameter types, missing parameter tags, invalid/wrong/missing return types, missing/unnecessary leading backslashes for namespaces, etc...)
|
12 years ago |
Jose Lorenzo Rodriguez
|
70c7510bb5
Adding a __toString method to Entity for easier debugging
|
12 years ago |
Jose Lorenzo Rodriguez
|
fa77f26ce0
Not comparing before and after values in Entity::set(), property is marked dirty whenever it is set
|
12 years ago |
ADmad
|
fb72c03b4c
Renamed folders "Cake" to "src" and "Test" to "tests".
|
12 years ago |