GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
libraries
>
CGI_SCRIPT_NAME
+
Point of view
All features
ANY
CGI
All features
expanded class CGI_SCRIPT_NAME
Summary
top
SCRIPT_NAME
Direct parents
Insert list:
ANY
Overview
top
Features
{
ANY
}
name
:
FIXED_STRING
is_set
:
BOOLEAN
{
CGI
}
error
:
STRING
set
(t:
STRING
)
{}
set_error
(t:
STRING
)
default_create
Default creation method.
name
:
FIXED_STRING
writable attribute
{
ANY
}
top
is_set
:
BOOLEAN
writable attribute
{
ANY
}
top
error
:
STRING
writable attribute
{
CGI
}
top
set
(t:
STRING
)
effective procedure
{
CGI
}
top
require
not t.is_empty
ensure
is_set
set_error
(t:
STRING
)
effective procedure
{}
top
require
t /= Void
default_create
effective procedure
{}
top
Default creation method.
It is used when no creation method is specified if allowed. Note it may be renamed.