Add item alias

This commit is contained in:
YNH Webdev
2013-11-03 12:51:35 +01:00
parent dad4191c40
commit 4d07a6330d
3 changed files with 5 additions and 4 deletions

View File

@@ -6,9 +6,10 @@ note
deferred class deferred class
WSF_ENTITY WSF_ENTITY
feature -- Access feature -- Access
item (a_field: READABLE_STRING_GENERAL): detachable ANY item alias "[]"(a_field: READABLE_STRING_GENERAL): detachable ANY
-- Value for field item `a_field'. -- Value for field item `a_field'.
deferred deferred
end end

View File

@@ -40,7 +40,7 @@ feature -- Access
image: detachable STRING image: detachable STRING
item (a_field: READABLE_STRING_GENERAL): detachable ANY item alias "[]" (a_field: READABLE_STRING_GENERAL): detachable ANY
-- <Precursor> -- <Precursor>
do do
if a_field.same_string ("title") then if a_field.same_string ("title") then