Add item alias
This commit is contained in:
@@ -6,9 +6,10 @@ note
|
||||
deferred class
|
||||
WSF_ENTITY
|
||||
|
||||
|
||||
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'.
|
||||
deferred
|
||||
end
|
||||
|
||||
@@ -40,7 +40,7 @@ feature -- Access
|
||||
|
||||
image: detachable STRING
|
||||
|
||||
item (a_field: READABLE_STRING_GENERAL): detachable ANY
|
||||
item alias "[]" (a_field: READABLE_STRING_GENERAL): detachable ANY
|
||||
-- <Precursor>
|
||||
do
|
||||
if a_field.same_string ("title") then
|
||||
|
||||
Reference in New Issue
Block a user