ui 
[ doc home ] [ class tree: ui ] [ index: ui ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ w ] [ x ] [ _ ]

a

$app
in file IsterUIBase.php, variable IsterUIBase::$app
    The framework object.
abstractMethodError
in file IsterObject.php, method IsterObject::abstractMethodError()
    Report attempt to call an abstract method.
add
in file IsterQueue.php, method IsterQueue::add()
    Add an item to the queue.
add
in file IsterTree.php, method IsterTree::add()
    Add an element as a child of $path.
addAction
in file IsterUIForm.php, method IsterUIForm::addAction()
    Add an action to perform.
addAttribute
in file IsterAttributeSet.php, method IsterAttributeSet::addAttribute()
    depricated
addAttributeReference
in file IsterAttributeSet.php, method IsterAttributeSet::addAttributeReference()
    depricated
addAttributesArray
in file IsterAttributeSet.php, method IsterAttributeSet::addAttributesArray()
    depricated
addConstraint
in file IsterHttpSecurityPolicy.php, method IsterHttpSecurityPolicy::addConstraint()
    Add a new constraint to the security policy.
addField
in file IsterUIForm.php, method IsterUIForm::addField()
    Add a field to the Form.
addFieldGroup
in file IsterUIForm.php, method IsterUIForm::addFieldGroup()
    Add a form field group (Radio Buttons etc.) to the form.
addFuncNode
in file T24TemplateTree.php, method T24TemplateTree::addFuncNode()
    Add function node to the tree.
addHeader
in file IsterHttpResponseHeader.php, method IsterHttpResponseHeader::addHeader()
    Add an arbitrary line to the HTTP header.
addHeader
in file IsterMail.php, method IsterMail::addHeader()
    Add an arbitrary SMTP header.
addImgButton
in file IsterUIForm.php, method IsterUIForm::addImgButton()
    Add an image button to the form.
addInclude
in file T24IncludeTree.php, method T24IncludeTree::addInclude()
    Add a source to the tree.
addInstance
in file IsterMethodProxyRegister.php, method IsterMethodProxyRegister::addInstance()
    Add an instance to the register.
addLogger
in file IsterObject.php, method IsterObject::addLogger()
    Add an IsterLogger to process log messages.
addParamNode
in file T24TemplateTree.php, method T24TemplateTree::addParamNode()
    Add a parameter node to the tree.
addTextNode
in file T24TemplateTree.php, method T24TemplateTree::addTextNode()
    Add a text node to the tree.
addToQueue
in file IsterAppMain.php, method IsterAppMain::addToQueue()
    Add a method to the run queue.
addVarNode
in file T24TemplateTree.php, method T24TemplateTree::addVarNode()
    Add a variable node to the tree.
append
in file IsterXmlNode.php, method IsterXmlNode::append()
    Append an element.
apply
in file IsterBufferFilter.php, method IsterBufferFilter::apply()
    Apply the filter to a given buffer.
apply
in file IsterHttpSecurityPolicy.php, method IsterHttpSecurityPolicy::apply()
    Apply the policy to the owner object.
apply
in file IsterFilterOwner.php, method IsterFilterOwner::apply()
    Apply all filters in order of definition.
applySecurityPolicies
in file IsterUIComponent.php, method IsterUIComponent::applySecurityPolicies()
    Apply the IsterHttpSecurityPolicies to the request and to pathinfo.
applySecurityPolicy
in file IsterHttpSecureObject.php, method IsterHttpSecureObject::applySecurityPolicy()
    Apply the security policy.
APP_CONFIG_READER_CAP_GETALL
in file IsterAppConfigureReader.php, constant APP_CONFIG_READER_CAP_GETALL
APP_CONFIG_READER_CAP_GETOPT
in file IsterAppConfigureReader.php, constant APP_CONFIG_READER_CAP_GETOPT
APP_CONFIG_SQL_C_CNFSET
in file IsterAppConfigureSql_h.php, constant APP_CONFIG_SQL_C_CNFSET
    Configuaration table, name of set column.
APP_CONFIG_SQL_C_ID
in file IsterAppConfigureSql_h.php, constant APP_CONFIG_SQL_C_ID
    Configuaration table, name of id column.
APP_CONFIG_SQL_C_OPT
in file IsterAppConfigureSql_h.php, constant APP_CONFIG_SQL_C_OPT
    Configuaration table, name of option column.
APP_CONFIG_SQL_C_OPT_T
in file IsterAppConfigureSql_h.php, constant APP_CONFIG_SQL_C_OPT_T
    Configuaration table, name of option type column.
APP_CONFIG_SQL_C_SECT
in file IsterAppConfigureSql_h.php, constant APP_CONFIG_SQL_C_SECT
    Configuaration table, name of section column.
APP_CONFIG_SQL_C_VAL
in file IsterAppConfigureSql_h.php, constant APP_CONFIG_SQL_C_VAL
    Configuaration table, name of value column.
APP_CONFIG_SQL_C_VAL_T
in file IsterAppConfigureSql_h.php, constant APP_CONFIG_SQL_C_VAL_T
    Configuaration table, name of value type column.
APP_CONFIG_SQL_F_DELOPT
in file IsterAppConfigureSql_h.php, constant APP_CONFIG_SQL_F_DELOPT
    Name of delopt sql function.
APP_CONFIG_SQL_F_GETOPT
in file IsterAppConfigureSql_h.php, constant APP_CONFIG_SQL_F_GETOPT
    Name of getopt sql function.
APP_CONFIG_SQL_F_WRITEOPT
in file IsterAppConfigureSql_h.php, constant APP_CONFIG_SQL_F_WRITEOPT
    Name of writeopt sql function.
APP_CONFIG_WRITER_CAP_WRITEALL
in file IsterAppConfigureWriter.php, constant APP_CONFIG_WRITER_CAP_WRITEALL
APP_CONFIG_WRITER_CAP_WRITEOPT
in file IsterAppConfigureWriter.php, constant APP_CONFIG_WRITER_CAP_WRITEOPT
APP_PROPERTY_SQL_F_GET
in file IsterAppPropertySql_h.php, constant APP_PROPERTY_SQL_F_GET
    Name of get property sql function.
APP_PROPERTY_SQL_F_SET
in file IsterAppPropertySql_h.php, constant APP_PROPERTY_SQL_F_SET
    Name of set property sql function.
APP_PROPERTY_SQL_F_UPDATE
in file IsterAppPropertySql_h.php, constant APP_PROPERTY_SQL_F_UPDATE
    Name of update property sql function.
APP_PROPERTY_SQL_IDNAME
in file IsterAppPropertySql_h.php, constant APP_PROPERTY_SQL_IDNAME
    Properties table, name of id column.
APP_PROPERTY_SQL_PROPERTYNAME
in file IsterAppPropertySql_h.php, constant APP_PROPERTY_SQL_PROPERTYNAME
    Properties table, name of property column.
APP_PROPERTY_SQL_TABLENAME
in file IsterAppPropertySql_h.php, constant APP_PROPERTY_SQL_TABLENAME
    Name of properties table.
APP_PROPERTY_SQL_VALUENAME
in file IsterAppPropertySql_h.php, constant APP_PROPERTY_SQL_VALUENAME
    Properties table, name of value column.
asXML
in file IsterXmlNode.php, method IsterXmlNode::asXML()
    Return the current node formatted as XML.
asyncQuery
in file IsterSqlDriverPostgresql.php, method IsterSqlDriverPostgresql::asyncQuery()
    Send an asynchronous query.
asyncQuery
in file IsterSqlQuery.php, method IsterSqlQuery::asyncQuery()
    Execute an asynchronous database query.
asyncQuery
in file IsterSqlDriverDbx.php, method IsterSqlDriverDbx::asyncQuery()
    Send an asynchronous query.
asyncQuery
in file IsterSqlDriverMysql.php, method IsterSqlDriverMysql::asyncQuery()
    Send an asynchronous query.
attributes
in file IsterSimpleXMLElement.php, method IsterSimpleXMLElement::attributes()
    Return an array with all the nodes attributes.
authenticate
in file IsterACLIdentity.php, method IsterACLIdentity::authenticate()
    Compare a given password with the one of this IsterACLIdentity.
top

b

$buf
in file T24Reader.php, variable T24Reader::$buf
    The buffer.
top

c

$cap
in file IsterCapability.php, variable IsterCapability::$cap
    Bitmask.
$checker
in file IsterFilterOwner.php, variable IsterFilterOwner::$checker
$checker
in file IsterACLProtector.php, variable IsterACLProtector::$checker
$container
in file IsterACLProtector.php, variable IsterACLProtector::$container
$counter
in file IsterQueue.php, variable IsterQueue::$counter
callbackDefined
in file IsterMethodCaller.php, method IsterMethodCaller::callbackDefined()
    Check whether a callback has been registered.
catString
in file IsterUIBase.php, method IsterUIBase::catString()
    Concat $str parameter to $this->string property.
CDATA
in file IsterSimpleXMLElement.php, method IsterSimpleXMLElement::CDATA()
    Return a nodes CDATA children as a single string.
character_data
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::character_data()
character_data
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::character_data()
check
in file IsterACLProtector.php, method IsterACLProtector::check()
    Check if the requested access is granted.
checkRessource
in file IsterRessourceChecker.php, method IsterRessourceChecker::checkRessource()
    Check the ressource and report error on owner if check failed.
chgField
in file IsterUIForm.php, method IsterUIForm::chgField()
    Change the value of a given form field.
children
in file IsterSimpleXMLElement.php, method IsterSimpleXMLElement::children()
    Get the children of this SimpleXMLElement.
clean
in file IsterQueue.php, method IsterQueue::clean()
cleanIndex
in file T24TemplateTree.php, method T24TemplateTree::cleanIndex()
clear
in file IsterUIForm.php, method IsterUIForm::clear()
    Reset all form data to the default values.
cloneCallbacks
in file IsterMethodCaller.php, method IsterMethodCaller::cloneCallbacks()
    Clone the registered methods of the given $object into $this.
close
in file IsterSqlDriverPostgresql.php, method IsterSqlDriverPostgresql::close()
    Close the current connection.
close
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::close()
    Pass by all closing nodes.
close
in file IsterSqlDriverMysql.php, method IsterSqlDriverMysql::close()
    Close the current connection.
close
in file IsterAppMain.php, method IsterAppMain::close()
close
in file IsterSqlDriverDbx.php, method IsterSqlDriverDbx::close()
    Close the current connection.
close
in file IsterSqlConnection.php, method IsterSqlConnection::close()
    Close the current connection.
cmpClear
in file IsterACLPassword.php, method IsterACLPassword::cmpClear()
    Compare a clear text password with this password.
cmpMD5
in file IsterACLPassword.php, method IsterACLPassword::cmpMD5()
    Compare an MD5 hash with the password.
compareClass
in file IsterObjectChecker.php, method IsterObjectChecker::compareClass()
    Compare the owner class with the class of another object.
compareClassStrict
in file IsterObjectChecker.php, method IsterObjectChecker::compareClassStrict()
    Compare the owner class with the class of another object, strict.
connect
in file IsterSqlDriverMysql.php, method IsterSqlDriverMysql::connect()
    Establish a connection.
connect
in file IsterSqlDriverPostgresql.php, method IsterSqlDriverPostgresql::connect()
    Establish a connection.
connect
in file IsterSqlDriverDbx.php, method IsterSqlDriverDbx::connect()
    Establish a connection.
connect
in file IsterSqlConnection.php, method IsterSqlConnection::connect()
    Establish a connection to the databse server.
count
in file IsterSqlRow.php, method IsterSqlRow::count()
    Get the number of columns in row.
count
in file IsterQueue.php, method IsterQueue::count()
countPages
in file IsterSqlPager.php, method IsterSqlPager::countPages()
    Count the pages in the current result set.
countRows
in file IsterSqlDriverMysql.php, method IsterSqlDriverMysql::countRows()
    Count the rows in the current result set.
countRows
in file IsterSqlDriverPostgresql.php, method IsterSqlDriverPostgresql::countRows()
    Count the rows in the current result set.
countRows
in file IsterSqlDriverDbx.php, method IsterSqlDriverDbx::countRows()
    Count the rows in the current result set.
countRows
in file IsterSqlQuery.php, method IsterSqlQuery::countRows()
    Count the rows of the current result set.
c_else
in file T24FunctionContainer.php, method T24FunctionContainer::c_else()
    Define an alternative.
c_end
in file T24FunctionContainer.php, method T24FunctionContainer::c_end()
    End the most recent block.
c_if
in file T24FunctionContainer.php, method T24FunctionContainer::c_if()
    Test if a condition is true.
c_include
in file T24FunctionContainer.php, method T24FunctionContainer::c_include()
    Include another template.
c_invoke
in file T24FunctionContainer.php, method T24FunctionContainer::c_invoke()
    Invoke a registered method.
c_not
in file T24FunctionContainer.php, method T24FunctionContainer::c_not()
    Test if a condition is false.
c_repeat
in file T24FunctionContainer.php, method T24FunctionContainer::c_repeat()
    Define a block template.
c_set
in file T24FunctionContainer.php, method T24FunctionContainer::c_set()
    Assign a value to a variable.
top

d

$descr
in file IsterUIBase.php, variable IsterUIBase::$descr
    The object's description.
default_data
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::default_data()
default_data
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::default_data()
defineSql
in file IsterUIComponent.php, method IsterUIComponent::defineSql()
    Define a SQL function on the component's IsterSQLFunction object.
del
in file IsterTree.php, method IsterTree::del()
    Delete the element at $path.
delete
in file IsterAttributeSet.php, method IsterAttributeSet::delete()
    Delete all attributes.
delete
in file IsterSessionObject.php, method IsterSessionObject::delete()
    Delete all attributes.
delete
in file IsterSqlDataObject.php, method IsterSqlDataObject::delete()
    Delete the object's data from database.
deleteAttribute
in file IsterAttributeSet.php, method IsterAttributeSet::deleteAttribute()
    Delete an aAttribute.
deleteAttribute
in file IsterSessionObject.php, method IsterSessionObject::deleteAttribute()
    Delete an attribute.
deleteFilter
in file IsterFilterOwner.php, method IsterFilterOwner::deleteFilter()
    Delete a filter.
deleteLogger
in file IsterObject.php, method IsterObject::deleteLogger()
    Delete an already registered IsterLogger.
destroy
in file T24Parser.php, method T24Parser::destroy()
    Explicitly run garbage collection.
destroy
in file T24TemplateTree.php, method T24TemplateTree::destroy()
destroy
in file T24IncludeTree.php, method T24IncludeTree::destroy()
destroy
in file T24FunctionContainer.php, method T24FunctionContainer::destroy()
    Explicitly run garbage collection.
destroy
in file IsterAppMain.php, method IsterAppMain::destroy()
    Clean this object.
dump
in file IsterTree.php, method IsterTree::dump()
    Return array of path value pairs.
top

e

end_namespace_decl
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::end_namespace_decl()
end_namespace_decl
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::end_namespace_decl()
ensureSlashes
in file IsterAppMain.php, method IsterAppMain::ensureSlashes()
    Ensure, all incoming data has slashes added.
escape
in file IsterSqlDataObject.php, method IsterSqlDataObject::escape()
    Escape a string.
escapeString
in file IsterSqlQuery.php, method IsterSqlQuery::escapeString()
    Escape a string.
escapeString
in file IsterSqlDriverPostgresql.php, method IsterSqlDriverPostgresql::escapeString()
escapeString
in file IsterSqlDriverDbx.php, method IsterSqlDriverDbx::escapeString()
    Escape a string.
escapeString
in file IsterSqlDriverMysql.php, method IsterSqlDriverMysql::escapeString()
    Escape a string.
execute
in file IsterSqlFunction.php, method IsterSqlFunction::execute()
    Execute a (Lambda :-)function
execute
in file IsterUIForm.php, method IsterUIForm::execute()
    Execute the form.
executeByName
in file IsterSqlFunction.php, method IsterSqlFunction::executeByName()
    Execute a function identified by name.
executeFunction
in file T24FunctionContainer.php, method T24FunctionContainer::executeFunction()
    Execute a buildin function
external_entity_ref
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::external_entity_ref()
    Note: returning a false value triggers a warning in expat parser.
external_entity_ref
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::external_entity_ref()
top

f

$fh
in file IsterLoggerFile.php, variable IsterLoggerFile::$fh
    Filehandle (stream, file, pipe, socket)
$final
in file IsterXmlExpat.php, variable IsterXmlExpat::$final
$function
in file IsterUIBase.php, variable IsterUIBase::$function
    The object's sql function.
$fw
in file IsterUIBase.php, variable IsterUIBase::$fw
    The framework object.
fetchAll
in file IsterSqlQuery.php, method IsterSqlQuery::fetchAll()
    Fetch all IsterSqlRow objects from the current result set.
fetchObject
in file IsterSqlQuery.php, method IsterSqlQuery::fetchObject()
    Alias of fetchRow().
fetchObject
in file IsterSqlDriverPostgresql.php, method IsterSqlDriverPostgresql::fetchObject()
    Fetch the next IsterSqlRow object of the current result set.
fetchObject
in file IsterSqlDriverMysql.php, method IsterSqlDriverMysql::fetchObject()
    Fetch the next IsterSqlRow object of the current result set.
fetchObject
in file IsterSqlDriverDbx.php, method IsterSqlDriverDbx::fetchObject()
    Fetch the next IsterSqlRow object of the current result set.
fetchRow
in file IsterSqlQuery.php, method IsterSqlQuery::fetchRow()
    Fetch an IsterSqlRow object from the current result set.
free
in file IsterTemplateFactory.php, method IsterTemplateFactory::free()
    Free memory.
free
in file IsterSqlQuery.php, method IsterSqlQuery::free()
    Free the current result set.
free
in file IsterSqlDriverPostgresql.php, method IsterSqlDriverPostgresql::free()
    Free the current result set.
free
in file IsterMethodProxyRegister.php, method IsterMethodProxyRegister::free()
    Free this object.
free
in file IsterHttpSecureObject.php, method IsterHttpSecureObject::free()
    Set security policy equal null and free memory.
free
in file IsterSqlDriverDbx.php, method IsterSqlDriverDbx::free()
    Free the current result set.
free
in file IsterSqlDriverMysql.php, method IsterSqlDriverMysql::free()
    Free the current result set.
freeBuf
in file T24Reader.php, method T24Reader::freeBuf()
func
in file IsterSqlDataObject.php, method IsterSqlDataObject::func()
    Execute a function on the database.
top

g

get
in file IsterUIDescFactory.php, method IsterUIDescFactory::get()
    Get the description object.
get
in file IsterTree.php, method IsterTree::get()
    Get the content of the node at $path.
getAll
in file IsterAppConfigureReader.php, method IsterAppConfigureReader::getAll()
    Read the configuration from source and return all options.
getApplication
in file IsterUIBase.php, method IsterUIBase::getApplication()
    Get the objet's IsterAppMain object.
getArray
in file IsterDate.php, method IsterDate::getArray()
    Get an array representation of this date with the keys as numbers.
getAttribute
in file IsterSessionObject.php, method IsterSessionObject::getAttribute()
    Get the value of an attribute.
getAttribute
in file IsterAttributeSet.php, method IsterAttributeSet::getAttribute()
    Get the value of an attribute.
getAttributeNames
in file IsterAttributeSet.php, method IsterAttributeSet::getAttributeNames()
    Return an array containing the names of all attributes.
getAttributeReference
in file IsterAttributeSet.php, method IsterAttributeSet::getAttributeReference()
    Get the reference value of an attribute.
getAttributesArray
in file IsterSessionObject.php, method IsterSessionObject::getAttributesArray()
    Get all attributes.
getAttributesArray
in file IsterAttributeSet.php, method IsterAttributeSet::getAttributesArray()
    Get all attributes.
getCallbacks
in file IsterMethodCaller.php, method IsterMethodCaller::getCallbacks()
    Fetch an array containing definitions of the registered callbacks.
getCDATA
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::getCDATA()
    Get a node's cdata children.
getCDATA
in file IsterUIDescExpat.php, method IsterUIDescExpat::getCDATA()
    Get a node's cdata children.
getChild
in file T24Parser.php, method T24Parser::getChild()
    Get a child parser of this parser object.
getChildrenXml
in file IsterXmlNode.php, method IsterXmlNode::getChildrenXml()
getCleartext
in file IsterACLPasswordFactory.php, method IsterACLPasswordFactory::getCleartext()
    Return cleartext of most recent generated password and delete the cleartext in memory.
getCloned
in file IsterUIDescFactory.php, method IsterUIDescFactory::getCloned()
    Get a description of the same group like $class is in.
getCollection
in file IsterAppConfigureFactory.php, method IsterAppConfigureFactory::getCollection()
getCollection
in file IsterAppPropertyFactory.php, method IsterAppPropertyFactory::getCollection()
getColumnNames
in file IsterSqlRow.php, method IsterSqlRow::getColumnNames()
    Get the names of all columns.
getColumnObject
in file IsterSqlRow.php, method IsterSqlRow::getColumnObject()
    Get an IsterSqlColumn object by name.
getColumnValue
in file IsterSqlRow.php, method IsterSqlRow::getColumnValue()
    Get the value of a column by name.
getConfigureCollection
in file IsterAppMain.php, method IsterAppMain::getConfigureCollection()
    Get the configuration collection by reference.
getConnection
in file IsterSqlDriver.php, method IsterSqlDriver::getConnection()
    Return the current connection parameters.
getConnection
in file IsterSqlConnection.php, method IsterSqlConnection::getConnection()
    Return the current connection parameters.
getContainer
in file IsterUIFramework.php, method IsterUIFramework::getContainer()
    Get the session container.
getCookie
in file IsterSession.php, method IsterSession::getCookie()
    Get the session cookie.
getCookie
in file IsterHttpHeader.php, method IsterHttpHeader::getCookie()
    Get the value for the cookie with the given name.
getCookieObject
in file IsterHttpHeader.php, method IsterHttpHeader::getCookieObject()
    Get the IsterHttpCookie object with the given name.
getCounter
in file IsterSession.php, method IsterSession::getCounter()
    Get session count.
getCounter
in file IsterQueue.php, method IsterQueue::getCounter()
getDataObject
in file IsterUIFormConnector.php, method IsterUIFormConnector::getDataObject()
    Get the data object by reference.
getDescription
in file IsterUIDescExpat.php, method IsterUIDescExpat::getDescription()
    Read the description.
getDescription
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::getDescription()
    Read the description.
getDocument
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::getDocument()
getDriver
in file IsterSqlConnection.php, method IsterSqlConnection::getDriver()
    Get the driver object of this connection.
getField
in file IsterUIForm.php, method IsterUIForm::getField()
    Get the value of a form field.
getFieldBool
in file IsterUIForm.php, method IsterUIForm::getFieldBool()
    Test whether a form field is set at all.
getFieldGroupChecked
in file IsterUIForm.php, method IsterUIForm::getFieldGroupChecked()
    Check whether a given value of a form field group has been checked.
getFields
in file IsterUIForm.php, method IsterUIForm::getFields()
    Return array of field value pairs, default values if form was not read already.
getFilter
in file IsterFilterOwner.php, method IsterFilterOwner::getFilter()
    Get a filter.
getFilterNames
in file IsterFilterOwner.php, method IsterFilterOwner::getFilterNames()
    Get an array with all filter names.
getForm
in file IsterUIFormConnector.php, method IsterUIFormConnector::getForm()
    Get the form object by reference.
getFormatted
in file IsterDate.php, method IsterDate::getFormatted()
    Get this dateg formatted according to string.
getFramework
in file IsterUIBase.php, method IsterUIBase::getFramework()
    Get the objet's IsterUIFramework object.
getFunction
in file IsterSqlFunction.php, method IsterSqlFunction::getFunction()
    Get the function body of a function.
getHeader
in file IsterHttpRequest.php, method IsterHttpRequest::getHeader()
    Get the IsterHttpRequestHeader object representing the request header.
getHeader
in file IsterHttpResponse.php, method IsterHttpResponse::getHeader()
    Get the response header.
getID
in file IsterSqlDataObject.php, method IsterSqlDataObject::getID()
    Get the object's unique identifier name and value.
getIncluded
in file T24IncludeTree.php, method T24IncludeTree::getIncluded()
    Return an array of included sources.
getIncluded
in file T24Parser.php, method T24Parser::getIncluded()
    Get array of all properties set with parserSetProperty().
getIncluded
in file IsterTemplate.php, method IsterTemplate::getIncluded()
getLastError
in file IsterSqlConnection.php, method IsterSqlConnection::getLastError()
    Get the last error of the driver.
getLastError
in file IsterSqlDriverMysql.php, method IsterSqlDriverMysql::getLastError()
    Get the last MySQL or driver error.
getLastError
in file IsterSqlDriverDbx.php, method IsterSqlDriverDbx::getLastError()
    Get the last MySQL or driver error.
getLastError
in file IsterSqlDriverPostgresql.php, method IsterSqlDriverPostgresql::getLastError()
    Get the last PostgreSQL or driver error.
getLastMethod
in file IsterSqlDataObject.php, method IsterSqlDataObject::getLastMethod()
    Get id of last executed method.
getLevelStr
in file IsterLogger.php, method IsterLogger::getLevelStr()
    Return a string representation of the log level.
getLink
in file IsterSqlConnection.php, method IsterSqlConnection::getLink()
    Get the link ressource.
getLink
in file IsterSqlDriver.php, method IsterSqlDriver::getLink()
    Return the current connection resource.
getLoggerNames
in file IsterObject.php, method IsterObject::getLoggerNames()
    Fetch the names of all currently registered IsterLoggers.
getMarked
in file IsterUIForm.php, method IsterUIForm::getMarked()
    If an IsterHttpSecurityPolicy was set to this form and the policy has marked some fields the names of these fields are returned.
getMarked
in file IsterHttpSecurityPolicy.php, method IsterHttpSecurityPolicy::getMarked()
    Get an array with the names all marked request parameters in values.
getMaxlen
in file IsterSqlColumn.php, method IsterSqlColumn::getMaxlen()
    Dependant on the driver this method returns the maximum length of the field of a given result set or the printed length of the current field.
getMD5
in file IsterACLPassword.php, method IsterACLPassword::getMD5()
    Get the MD5 hash of the password.
getMem
in file IsterObject.php, method IsterObject::getMem()
    Return maximum amount of memory an application has allocated at this point.
getMissing
in file IsterUIForm.php, method IsterUIForm::getMissing()
    Get an array of required but unset form fields.
getName
in file IsterHttpCookie.php, method IsterHttpCookie::getName()
    Get the name of the cookie,
getName
in file IsterSqlDataObject.php, method IsterSqlDataObject::getName()
    Get the name of the object.
getName
in file IsterNamedAttributeSet.php, method IsterNamedAttributeSet::getName()
    Get the name of the attribute set.
getName
in file IsterUIBase.php, method IsterUIBase::getName()
    Get the objet's name.
getName
in file T24Parser.php, method T24Parser::getName()
    Get the name of the current source.
getName
in file T24Reader.php, method T24Reader::getName()
getName
in file IsterBufferFilter.php, method IsterBufferFilter::getName()
    Get the name of this filter.
getNamedArray
in file IsterDate.php, method IsterDate::getNamedArray()
    Get an array representation of this date with the keys as strings.
getNext
in file IsterQueueFIFO.php, method IsterQueueFIFO::getNext()
    Get next item.
getNext
in file IsterQueueFILO.php, method IsterQueueFILO::getNext()
    Get next item.
getNextInstance
in file IsterMethodProxyRegister.php, method IsterMethodProxyRegister::getNextInstance()
    Return next instance with a specified method defined.
getNextPage
in file IsterSqlPager.php, method IsterSqlPager::getNextPage()
    Let the passed IsterSQLFunction object execute the query to fetch the next page.
getNode
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::getNode()
    Get the next tag.
getNumFailed
in file IsterHttpSecurityPolicy.php, method IsterHttpSecurityPolicy::getNumFailed()
    Get number of violated constraints.
getObject
in file IsterSession.php, method IsterSession::getObject()
    Get a restored object by name.
getOpt
in file IsterAppConfigureReaderSql.php, method IsterAppConfigureReaderSql::getOpt()
    Get the value of an option.
getOpt
in file IsterAppConfigureReader.php, method IsterAppConfigureReader::getOpt()
    Get the value of an option.
getOpt
in file IsterAppConfigureCollection.php, method IsterAppConfigureCollection::getOpt()
getOptValue
in file IsterAppConfigureCollection.php, method IsterAppConfigureCollection::getOptValue()
    Get the value of a named configuration option.
getOptValue
in file IsterAppMain.php, method IsterAppMain::getOptValue()
    Get the value of a configuration option.
getParser
in file IsterXmlExpat.php, method IsterXmlExpat::getParser()
getParser
in file IsterTemplate.php, method IsterTemplate::getParser()
    Fetch the current parser object by reference.
getParser
in file IsterTemplateFactory.php, method IsterTemplateFactory::getParser()
    Return a parser object for the given language.
getParseResult
in file T24Parser.php, method T24Parser::getParseResult()
    Get the result of the parser run before execution of the result.
getParseResult
in file IsterTemplate.php, method IsterTemplate::getParseResult()
    Get the result of a previous parser run.
getPassword
in file IsterACLPasswordFactory.php, method IsterACLPasswordFactory::getPassword()
    Create an IsterACLPassword object, initialized with a strong password.
getPathInfo
in file IsterAppMain.php, method IsterAppMain::getPathInfo()
    Get the pathinfo object of the request.
getPrevNext
in file IsterSqlPager.php, method IsterSqlPager::getPrevNext()
getPrintLen
in file IsterSqlColumn.php, method IsterSqlColumn::getPrintLen()
getProperties
in file T24Parser.php, method T24Parser::getProperties()
    Get array with names of included sources.
getProperty
in file IsterAppPropertyReaderIni.php, method IsterAppPropertyReaderIni::getProperty()
    Get the value of a property.
getProperty
in file IsterAppPropertyCollection.php, method IsterAppPropertyCollection::getProperty()
    Get the value of a property.
getProperty
in file IsterAppPropertyReader.php, method IsterAppPropertyReader::getProperty()
    Get the value of an option.
getProperty
in file IsterAppPropertyReaderSql.php, method IsterAppPropertyReaderSql::getProperty()
    Get the value of a property.
getProperty
in file IsterAppMain.php, method IsterAppMain::getProperty()
    Get the value of a configuration option.
getPropertyCollection
in file IsterAppMain.php, method IsterAppMain::getPropertyCollection()
    Get the configuration collection by reference.
getRandomPage
in file IsterSqlPager.php, method IsterSqlPager::getRandomPage()
    Let the passed IsterSQLFunction object fetch a single page randomly.
getRealPath
in file IsterFileLocator.php, method IsterFileLocator::getRealPath()
    Find the first existing file matching $filename in $includepath.
getRealPathIgnoreCase
in file IsterFileLocator.php, method IsterFileLocator::getRealPathIgnoreCase()
    Get real path of a file, but ignore case.
getRegister
in file IsterMethodProxy.php, method IsterMethodProxy::getRegister()
    Get the register.
getRequest
in file IsterAppMain.php, method IsterAppMain::getRequest()
    Get the request object.
getRequired
in file IsterUIBase.php, method IsterUIBase::getRequired()
    Returns bitmask of required objects.
getResponse
in file IsterUIFramework.php, method IsterUIFramework::getResponse()
    Get the current response object.
getRoot
in file IsterXmlNode.php, method IsterXmlNode::getRoot()
    Get the documents root node if this node represents a document.
getSection
in file IsterAppConfigureCollection.php, method IsterAppConfigureCollection::getSection()
    Get an IsterAppConfigureSection from the Collection.
getSecurityPolicy
in file IsterUIForm.php, method IsterUIForm::getSecurityPolicy()
    Get the IsterHttpSecurityPolicy object.
getSecurityPolicy
in file IsterHttpSecureObject.php, method IsterHttpSecureObject::getSecurityPolicy()
    Get the IsterHttpSecurityPolicy object.
getSession
in file IsterAppMain.php, method IsterAppMain::getSession()
    Return the session object by reference.
getSessionObject
in file IsterAppMain.php, method IsterAppMain::getSessionObject()
    Get a session object.
getSet
in file IsterAppConfigureCollection.php, method IsterAppConfigureCollection::getSet()
    Get an IsterAppConfigureSet from the Collection.
getSQL
in file IsterDate.php, method IsterDate::getSQL()
    Return this date as an SQL datetime string
getSQLDate
in file IsterDate.php, method IsterDate::getSQLDate()
    Return this date as an SQL date string.
getSqlFunction
in file IsterUIBase.php, method IsterUIBase::getSqlFunction()
    Get the objet's IsterSqlFunction object.
getSQLTime
in file IsterDate.php, method IsterDate::getSQLTime()
    Return this date as an SQL time string
getStruct
in file T24TemplateTree.php, method T24TemplateTree::getStruct()
    Fetch the internal tree array (not recommenden).
getSym
in file T24ReaderString.php, method T24ReaderString::getSym()
getSym
in file T24ReaderFile.php, method T24ReaderFile::getSym()
getTable
in file IsterSqlColumn.php, method IsterSqlColumn::getTable()
    This attribute may not be available for all drivers.
getTemplate
in file IsterUIBase.php, method IsterUIBase::getTemplate()
    Get the objet's IsterTemplate object.
getTimeLeft
in file IsterSession.php, method IsterSession::getTimeLeft()
    Get time left before the session times out, in seconds.
getTree
in file T24TemplateTree.php, method T24TemplateTree::getTree()
    Fetch the internal tree array (not recommenden).
getType
in file IsterSqlColumn.php, method IsterSqlColumn::getType()
getUID
in file IsterACLIdentity.php, method IsterACLIdentity::getUID()
    Get the unique identifier of this IsterACLIdentity.
getUniqueId
in file IsterSession.php, method IsterSession::getUniqueId()
    Return a 32 character unique identifier.
getUnix
in file IsterDate.php, method IsterDate::getUnix()
    Return this date as a Unix timestamp.
getValue
in file IsterSqlColumn.php, method IsterSqlColumn::getValue()
getValue
in file IsterHttpCookie.php, method IsterHttpCookie::getValue()
    Get the value of the cookie.
getVar
in file T24TemplateTree.php, method T24TemplateTree::getVar()
    Fetch the value of a variable.
getWindow
in file IsterSqlPager.php, method IsterSqlPager::getWindow()
    Provide a window for very large result sets.
top

h

$hasbuf
in file T24Reader.php, variable T24Reader::$hasbuf
    Flag indicating if buffer contains data.
hasAlias
in file IsterMethodProxy.php, method IsterMethodProxy::hasAlias()
    Check if an alias has been registerd.
hasAttribute
in file IsterAttributeSet.php, method IsterAttributeSet::hasAttribute()
    Check whether an attribute has been set.
hasCap
in file IsterCapability.php, method IsterCapability::hasCap()
    Check reader for a capability.
hasChildren
in file IsterUIDescExpatNative.php, method IsterUIDescExpatNative::hasChildren()
    Whether the current node has children or not.
hasChildren
in file IsterXmlNode.php, method IsterXmlNode::hasChildren()
    Return number of children.
hasCookie
in file IsterHttpHeader.php, method IsterHttpHeader::hasCookie()
    Check whether a cookie with the given name is set.
hasCookies
in file IsterHttpHeader.php, method IsterHttpHeader::hasCookies()
    Check the header for cookies.
hasData
in file IsterHttpRequest.php, method IsterHttpRequest::hasData()
    Check whether data are available.
hasFilters
in file IsterFilterOwner.php, method IsterFilterOwner::hasFilters()
    Return number of filters.
hasFunction
in file IsterSqlFunction.php, method IsterSqlFunction::hasFunction()
    Check whether a function is set in the function table.
hasList
in file IsterSqlDataObject.php, method IsterSqlDataObject::hasList()
    Test if a requested list has already be created.
hasMethod
in file IsterMethodProxy.php, method IsterMethodProxy::hasMethod()
    Check if a method has been registerd.
hasSecurityPolicy
in file IsterHttpSecureObject.php, method IsterHttpSecureObject::hasSecurityPolicy()
    Whether this object owns an IsterHttpSecurityPolicy object or not.
hasTemplate
in file IsterUIBase.php, method IsterUIBase::hasTemplate()
header
in file IsterHttpRedirect.php, method IsterHttpRedirect::header()
html
in file IsterHttpRedirect.php, method IsterHttpRedirect::html()
HTTPSP_A_DISCARD
in file IsterHttpSecurityPolicy.php, constant HTTPSP_A_DISCARD
HTTPSP_A_EXIT
in file IsterHttpSecurityPolicy.php, constant HTTPSP_A_EXIT
HTTPSP_A_FILTER
in file IsterHttpSecurityPolicy.php, constant HTTPSP_A_FILTER
HTTPSP_A_MARK
in file IsterHttpSecurityPolicy.php, constant HTTPSP_A_MARK
HTTPSP_A_PASS
in file IsterHttpSecurityPolicy.php, constant HTTPSP_A_PASS
HTTPSP_A_RESET
in file IsterHttpSecurityPolicy.php, constant HTTPSP_A_RESET
HTTPSP_A_STRIPTAGS
in file IsterHttpSecurityPolicy.php, constant HTTPSP_A_STRIPTAGS
HTTPSP_A_WARN
in file IsterHttpSecurityPolicy.php, constant HTTPSP_A_WARN
HTTPSP_T_EQUAL
in file IsterHttpSecurityPolicy.php, constant HTTPSP_T_EQUAL
HTTPSP_T_EXISTS
in file IsterHttpSecurityPolicy.php, constant HTTPSP_T_EXISTS
HTTPSP_T_LEN_EQU
in file IsterHttpSecurityPolicy.php, constant HTTPSP_T_LEN_EQU
HTTPSP_T_LEN_MAX
in file IsterHttpSecurityPolicy.php, constant HTTPSP_T_LEN_MAX
HTTPSP_T_LEN_MIN
in file IsterHttpSecurityPolicy.php, constant HTTPSP_T_LEN_MIN
HTTPSP_T_NUM_EQU
in file IsterHttpSecurityPolicy.php, constant HTTPSP_T_NUM_EQU
HTTPSP_T_NUM_MAX
in file IsterHttpSecurityPolicy.php, constant HTTPSP_T_NUM_MAX
HTTPSP_T_NUM_MIN
in file IsterHttpSecurityPolicy.php, constant HTTPSP_T_NUM_MIN
HTTPSP_T_REGEXFAIL
in file IsterHttpSecurityPolicy.php, constant HTTPSP_T_REGEXFAIL
HTTPSP_T_REGEXOK
in file IsterHttpSecurityPolicy.php, constant HTTPSP_T_REGEXOK
HTTPSP_T_SQL_NJC
in file IsterHttpSecurityPolicy.php, constant HTTPSP_T_SQL_NJC
top

i

$id
in file IsterSqlDataObject.php, variable IsterSqlDataObject::$id
    The object's unique identifier.
IsterACLIdentity.php
procedural page IsterACLIdentity.php
IsterACLPasswordFactory.php
procedural page IsterACLPasswordFactory.php
IsterACLPassword.php
procedural page IsterACLPassword.php
IsterACLProtector.php
procedural page IsterACLProtector.php
IsterACL.php
procedural page IsterACL.php
IsterAppConfigureCollection.php
procedural page IsterAppConfigureCollection.php
IsterAppConfigureFactoryMysqlDef.php
procedural page IsterAppConfigureFactoryMysqlDef.php
IsterAppConfigureFactoryPostgresqlDef.php
procedural page IsterAppConfigureFactoryPostgresqlDef.php
IsterAppConfigureFactory.php
procedural page IsterAppConfigureFactory.php
IsterAppConfigureOption.php
procedural page IsterAppConfigureOption.php
IsterAppConfigureReaderSql.php
procedural page IsterAppConfigureReaderSql.php
IsterAppConfigureReader.php
procedural page IsterAppConfigureReader.php
IsterAppConfigureSection.php
procedural page IsterAppConfigureSection.php
IsterAppConfigureSet.php
procedural page IsterAppConfigureSet.php
IsterAppConfigureSql_h.php
procedural page IsterAppConfigureSql_h.php
IsterAppConfigureWriterSql.php
procedural page IsterAppConfigureWriterSql.php
IsterAppConfigureWriter.php
procedural page IsterAppConfigureWriter.php
IsterAppMain.php
procedural page IsterAppMain.php
IsterAppPropertyCollection.php
procedural page IsterAppPropertyCollection.php
IsterAppPropertyFactory.php
procedural page IsterAppPropertyFactory.php
IsterAppPropertyMysqlDef.php
procedural page IsterAppPropertyMysqlDef.php
IsterAppPropertyPostgresqlDef.php
procedural page IsterAppPropertyPostgresqlDef.php
IsterAppPropertyReaderIni.php
procedural page IsterAppPropertyReaderIni.php
IsterAppPropertyReaderSql.php
procedural page IsterAppPropertyReaderSql.php
IsterAppPropertyReader.php
procedural page IsterAppPropertyReader.php
IsterAppPropertySql_h.php
procedural page IsterAppPropertySql_h.php
IsterAppPropertyWriterIni.php
procedural page IsterAppPropertyWriterIni.php
IsterAppPropertyWriterSql.php
procedural page IsterAppPropertyWriterSql.php
IsterAppPropertyWriter.php
procedural page IsterAppPropertyWriter.php
IsterAttributeSet.php
procedural page IsterAttributeSet.php
IsterBufferFilter.php
procedural page IsterBufferFilter.php
IsterCapability.php
procedural page IsterCapability.php
IsterClassLoader.php
procedural page IsterClassLoader.php
IsterDate.php
procedural page IsterDate.php
IsterFileLocator.php
procedural page IsterFileLocator.php
IsterFilterOwner.php
procedural page IsterFilterOwner.php
IsterHttpCookie.php
procedural page IsterHttpCookie.php
IsterHttpHeader.php
procedural page IsterHttpHeader.php
IsterHttpRedirect.php
procedural page IsterHttpRedirect.php
IsterHttpRequestGET.php
procedural page IsterHttpRequestGET.php
IsterHttpRequestHeader.php
procedural page IsterHttpRequestHeader.php
IsterHttpRequestPathInfo.php
procedural page IsterHttpRequestPathInfo.php
IsterHttpRequestPOST.php
procedural page IsterHttpRequestPOST.php
IsterHttpRequest.php
procedural page IsterHttpRequest.php
IsterHttpResponseFilter.php
procedural page IsterHttpResponseFilter.php
IsterHttpResponseHeader.php
procedural page IsterHttpResponseHeader.php
IsterHttpResponse.php
procedural page IsterHttpResponse.php
IsterHttpSecureObject.php
procedural page IsterHttpSecureObject.php
IsterHttpSecurityPolicy.php
procedural page IsterHttpSecurityPolicy.php
IsterLoggerDbx.php
procedural page IsterLoggerDbx.php
IsterLoggerDebug.php
procedural page IsterLoggerDebug.php
IsterLoggerFile.php
procedural page IsterLoggerFile.php
IsterLoggerMysql.php
procedural page IsterLoggerMysql.php
IsterLoggerPostgresql.php
procedural page IsterLoggerPostgresql.php
IsterLoggerStd.php
procedural page IsterLoggerStd.php
IsterLogger.php
procedural page IsterLogger.php
IsterMail.php
procedural page IsterMail.php
IsterMethodCaller.php
procedural page IsterMethodCaller.php
IsterMethodProxyRegister.php
procedural page IsterMethodProxyRegister.php
IsterMethodProxy.php
procedural page IsterMethodProxy.php
IsterNamedAttributeSet.php
procedural page IsterNamedAttributeSet.php
IsterObjectChecker.php
procedural page IsterObjectChecker.php
IsterObject.php
procedural page IsterObject.php
IsterParser.php
procedural page IsterParser.php
IsterQueueFIFO.php
procedural page IsterQueueFIFO.php
IsterQueueFILO.php
procedural page IsterQueueFILO.php
IsterQueue.php
procedural page IsterQueue.php
IsterRessourceChecker.php
procedural page IsterRessourceChecker.php
IsterSessionObject.php
procedural page IsterSessionObject.php
IsterSession.php
procedural page IsterSession.php
IsterSimpleXMLElement.php
procedural page IsterSimpleXMLElement.php
IsterSqlColumn.php
procedural page IsterSqlColumn.php
IsterSqlConnection.php
procedural page IsterSqlConnection.php
IsterSqlDataObject.php
procedural page IsterSqlDataObject.php
IsterSqlDriverDbx.php
procedural page IsterSqlDriverDbx.php
IsterSqlDriverMysql.php
procedural page IsterSqlDriverMysql.php
IsterSqlDriverPostgresql.php
procedural page IsterSqlDriverPostgresql.php
IsterSqlDriver.php
procedural page IsterSqlDriver.php
IsterSqlFunction.php
procedural page IsterSqlFunction.php
IsterSqlPager.php
procedural page IsterSqlPager.php
IsterSqlQuery.php
procedural page IsterSqlQuery.php
IsterSqlRow.php
procedural page IsterSqlRow.php
IsterTemplateFactory.php
procedural page IsterTemplateFactory.php
IsterTemplate.php
procedural page IsterTemplate.php
IsterTree.php
procedural page IsterTree.php
IsterUIBase.php
procedural page IsterUIBase.php
IsterUIComponent.php
procedural page IsterUIComponent.php
IsterUIConDescExpatNative.php
procedural page IsterUIConDescExpatNative.php
IsterUIConDescExpat.php
procedural page IsterUIConDescExpat.php
IsterUIDescExpatNative.php
procedural page IsterUIDescExpatNative.php
IsterUIDescExpat.php
procedural page IsterUIDescExpat.php
IsterUIDescFactory.php
procedural page IsterUIDescFactory.php
IsterUIFormConnector.php
procedural page IsterUIFormConnector.php
IsterUIForm.php
procedural page IsterUIForm.php
IsterUIFramework.php
procedural page IsterUIFramework.php
IsterUIFWDescExpatNative.php
procedural page IsterUIFWDescExpatNative.php
IsterUIFWDescExpat.php
procedural page IsterUIFWDescExpat.php
IsterUIViewDescExpatNative.php
procedural page IsterUIViewDescExpatNative.php
IsterUIViewDescExpat.php
procedural page IsterUIViewDescExpat.php
IsterUIView.php
procedural page IsterUIView.php
IsterXmlExpatDumper.php
procedural page IsterXmlExpatDumper.php
IsterXmlExpatNonValid.php
procedural page IsterXmlExpatNonValid.php
IsterXmlExpat.php
procedural page IsterXmlExpat.php
IsterXmlNode.php
procedural page IsterXmlNode.php
IsterXmlSimpleXMLImpl.php
procedural page IsterXmlSimpleXMLImpl.php
identityAllowAttribute
in file IsterACL.php, method IsterACL::identityAllowAttribute()
    Allow an IsterACLIdentity object to access the protected class with a given access attribute.
import_dom
in file IsterXmlSimpleXMLImpl.php, method IsterXmlSimpleXMLImpl::import_dom()
    This method is curently not implemented.
info
in file IsterSqlDriverPostgresql.php, method IsterSqlDriverPostgresql::info()
    This function returns useful information about the active driver.
info
in file IsterSqlDriverMysql.php, method IsterSqlDriverMysql::info()
    This function returns useful information about the active driver.
info
in file IsterSqlDriverDbx.php, method IsterSqlDriverDbx::info()
    This function returns useful information about the active driver.
info
in file IsterSqlConnection.php, method IsterSqlConnection::info()
    Get an array with information about the driver and the connection.
init
in file IsterSimpleXMLElement.php, method IsterSimpleXMLElement::init()
    Clone this from a given IsterXMLNode.
insert
in file IsterSqlDataObject.php, method IsterSqlDataObject::insert()
    Insert object's attributes into database.
invoke
in file IsterMethodProxy.php, method IsterMethodProxy::invoke()
    Same as invokeNext() but the queue is reset each time the function is called.
invokeCallbackMethod
in file IsterMethodCaller.php, method IsterMethodCaller::invokeCallbackMethod()
    Invoke a registered callback method.
invokeNext
in file IsterMethodProxy.php, method IsterMethodProxy::invokeNext()
    Invoke a registered method at a subsequent object instance.
isAction
in file IsterUIForm.php, method IsterUIForm::isAction()
    Test for a given action.
isActionCalled
in file IsterUIForm.php, method IsterUIForm::isActionCalled()
    Returns true if executeForm() has called an action.
isCheckable
in file IsterUIComponent.php, method IsterUIComponent::isCheckable()
    Test for a checkable attribute.
isConnected
in file IsterSqlDriverDbx.php, method IsterSqlDriverDbx::isConnected()
    Check whether a connection is established.
isConnected
in file IsterSqlDriverMysql.php, method IsterSqlDriverMysql::isConnected()
    Check whether a connection is established.
isConnected
in file IsterSqlConnection.php, method IsterSqlConnection::isConnected()
    Check whether a connection is established.
isConnected
in file IsterSqlDriverPostgresql.php, method IsterSqlDriverPostgresql::isConnected()
    Check whether a connection is established.
isGregorian
in file IsterDate.php, method IsterDate::isGregorian()
    Checks whether this date is a valid gregorian date.
isIdentityAllowedAttribute
in file IsterACL.php, method IsterACL::isIdentityAllowedAttribute()
    Check whether an IsterACLIdentity is allowed to access the protected class with a given access attribute.
isLo
in file IsterSqlColumn.php, method IsterSqlColumn::isLo()
isResolved
in file T24TemplateTree.php, method T24TemplateTree::isResolved()
    Check whether the variables are already resolved.
isSubclassOf
in file IsterObjectChecker.php, method IsterObjectChecker::isSubclassOf()
    Check whether $object is an instance of a subclass of the class given with $check.
IsterACL
in file IsterACL.php, method IsterACL::IsterACL()
    Constructor
IsterACL
in file IsterACL.php, class IsterACL
    An IsterACL object provides access control information.
IsterACLIdentity
in file IsterACLIdentity.php, method IsterACLIdentity::IsterACLIdentity()
    Constructor
IsterACLIdentity
in file IsterACLIdentity.php, class IsterACLIdentity
    Instances of this class represent identities.
IsterACLPassword
in file IsterACLPassword.php, class IsterACLPassword
    This class represents passwords.
IsterACLPassword
in file IsterACLPassword.php, method IsterACLPassword::IsterACLPassword()
    Constructor
IsterACLPasswordFactory
in file IsterACLPasswordFactory.php, class IsterACLPasswordFactory
    Factory producing IsterACLPassword objects.
IsterACLPasswordFactory
in file IsterACLPasswordFactory.php, method IsterACLPasswordFactory::IsterACLPasswordFactory()
    Constructor
IsterACLProtector
in file IsterACLProtector.php, class IsterACLProtector
    This class represents a protector.
IsterACLProtector
in file IsterACLProtector.php, method IsterACLProtector::IsterACLProtector()
    Constructor
IsterAppConfigureCollection
in file IsterAppConfigureCollection.php, class IsterAppConfigureCollection
    This class represents a configuration collection.
IsterAppConfigureCollection
in file IsterAppConfigureCollection.php, method IsterAppConfigureCollection::IsterAppConfigureCollection()
    Constructor
IsterAppConfigureFactory
in file IsterAppConfigureFactory.php, class IsterAppConfigureFactory
    This class represents a factory to create configuration objects.
IsterAppConfigureFactory
in file IsterAppConfigureFactory.php, method IsterAppConfigureFactory::IsterAppConfigureFactory()
    Constructor
IsterAppConfigureOption
in file IsterAppConfigureOption.php, method IsterAppConfigureOption::IsterAppConfigureOption()
    Constructor
IsterAppConfigureOption
in file IsterAppConfigureOption.php, class IsterAppConfigureOption
    This class represents a configuration optin
IsterAppConfigureReader
in file IsterAppConfigureReader.php, class IsterAppConfigureReader
    This class represents a reader who can fetch configuration information.
IsterAppConfigureReader
in file IsterAppPropertyReader.php, method IsterAppPropertyReader::IsterAppConfigureReader()
    Constructor
IsterAppConfigureReader
in file IsterAppConfigureReader.php, method IsterAppConfigureReader::IsterAppConfigureReader()
    Constructor
IsterAppConfigureReaderSql
in file IsterAppConfigureReaderSql.php, method IsterAppConfigureReaderSql::IsterAppConfigureReaderSql()
    Constructor
IsterAppConfigureReaderSql
in file IsterAppConfigureReaderSql.php, class IsterAppConfigureReaderSql
    This class represents a configuaration reader capable of reading options from database tables.
IsterAppConfigureSection
in file IsterAppConfigureSection.php, method IsterAppConfigureSection::IsterAppConfigureSection()
    Constructor
IsterAppConfigureSection
in file IsterAppConfigureSection.php, class IsterAppConfigureSection
    This class represents a configuration section.
IsterAppConfigureSet
in file IsterAppConfigureSet.php, method IsterAppConfigureSet::IsterAppConfigureSet()
    Constructor
IsterAppConfigureSet
in file IsterAppConfigureSet.php, class IsterAppConfigureSet
    This class represents a configuration set.
IsterAppConfigureWriter
in file IsterAppConfigureWriter.php, class IsterAppConfigureWriter
    This class represents a configuration writer.
IsterAppConfigureWriter
in file IsterAppConfigureWriter.php, method IsterAppConfigureWriter::IsterAppConfigureWriter()
    Constructor
IsterAppConfigureWriterSql
in file IsterAppConfigureWriterSql.php, method IsterAppConfigureWriterSql::IsterAppConfigureWriterSql()
    Constructor
IsterAppConfigureWriterSql
in file IsterAppConfigureWriterSql.php, class IsterAppConfigureWriterSql
    This class represents a writer for configuration settings to a database.
IsterAppMain
in file IsterAppMain.php, class IsterAppMain
    This class represents an application.
IsterAppMain
in file IsterAppMain.php, method IsterAppMain::IsterAppMain()
    Constructor
IsterAppPropertyCollection
in file IsterAppPropertyCollection.php, class IsterAppPropertyCollection
    This class represents a collection of application properties.
IsterAppPropertyCollection
in file IsterAppPropertyCollection.php, method IsterAppPropertyCollection::IsterAppPropertyCollection()
    Constructor
IsterAppPropertyFactory
in file IsterAppPropertyFactory.php, class IsterAppPropertyFactory
    This class represents a factory to create property collection objects.
IsterAppPropertyFactory
in file IsterAppPropertyFactory.php, method IsterAppPropertyFactory::IsterAppPropertyFactory()
    Constructor
IsterAppPropertyReader
in file IsterAppPropertyReader.php, class IsterAppPropertyReader
    This class represents a reader of properties.
IsterAppPropertyReaderIni
in file IsterAppPropertyReaderIni.php, class IsterAppPropertyReaderIni
    This class represents a reader reading properties from a file written in ini format.
IsterAppPropertyReaderIni
in file IsterAppPropertyReaderIni.php, method IsterAppPropertyReaderIni::IsterAppPropertyReaderIni()
    Constructor
IsterAppPropertyReaderSql
in file IsterAppPropertyReaderSql.php, class IsterAppPropertyReaderSql
    This class represents a configuaration reader capable of reading options from database tables.
IsterAppPropertyReaderSql
in file IsterAppPropertyReaderSql.php, method IsterAppPropertyReaderSql::IsterAppPropertyReaderSql()
    Constructor
IsterAppPropertyWriter
in file IsterAppPropertyWriter.php, class IsterAppPropertyWriter
    This class represents a property writer.
IsterAppPropertyWriter
in file IsterAppPropertyWriter.php, method IsterAppPropertyWriter::IsterAppPropertyWriter()
    Constructor
IsterAppPropertyWriterIni
in file IsterAppPropertyWriterIni.php, method IsterAppPropertyWriterIni::IsterAppPropertyWriterIni()
    Constructor
IsterAppPropertyWriterIni
in file IsterAppPropertyWriterIni.php, class IsterAppPropertyWriterIni
    This class represents a writer writing properties to a file in ini format.
IsterAppPropertyWriterSql
in file IsterAppPropertyWriterSql.php, class IsterAppPropertyWriterSql
    This class represents a writer for property collections.
IsterAppPropertyWriterSql
in file IsterAppPropertyWriterSql.php, method IsterAppPropertyWriterSql::IsterAppPropertyWriterSql()
    Constructor
IsterAttributeSet
in file IsterAttributeSet.php, class IsterAttributeSet
    An object having attributes.
IsterAttributeSet
in file IsterAttributeSet.php, method IsterAttributeSet::IsterAttributeSet()
    Constructor
IsterBufferFilter
in file IsterBufferFilter.php, class IsterBufferFilter
    This class represents a filter to apply to a buffer.
IsterBufferFilter
in file IsterBufferFilter.php, method IsterBufferFilter::IsterBufferFilter()
    Constructor
IsterCapability
in file IsterCapability.php, class IsterCapability
    This class represents capabilities.
IsterCapability
in file IsterCapability.php, method IsterCapability::IsterCapability()
    Constructor
IsterClassLoader
in file IsterClassLoader.php, method IsterClassLoader::IsterClassLoader()
IsterClassLoader
in file IsterClassLoader.php, class IsterClassLoader
    This class represents a class loader.
IsterDate
in file IsterDate.php, method IsterDate::IsterDate()
    Constructor
IsterDate
in file IsterDate.php, class IsterDate
    This class represents a date.
IsterFileLocator
in file IsterFileLocator.php, class IsterFileLocator
    Locate a file inside of a *nix style path.
IsterFileLocator
in file IsterFileLocator.php, method IsterFileLocator::IsterFileLocator()
    Constructor
IsterFilterOwner
in file IsterFilterOwner.php, class IsterFilterOwner
    This class represents an owner of certain IsterBufferFilter objects.
IsterFilterOwner
in file IsterFilterOwner.php, method IsterFilterOwner::IsterFilterOwner()
    Constructor
IsterHttpCookie
in file IsterHttpCookie.php, class IsterHttpCookie
    Class representing a cookie.
IsterHttpCookie
in file IsterHttpCookie.php, method IsterHttpCookie::IsterHttpCookie()
    Constructor
IsterHttpHeader
in file IsterHttpHeader.php, class IsterHttpHeader
    This class represents a HTTP header.
IsterHttpHeader
in file IsterHttpHeader.php, method IsterHttpHeader::IsterHttpHeader()
    Constructor
IsterHttpRedirect
in file IsterHttpRedirect.php, method IsterHttpRedirect::IsterHttpRedirect()
    Constructor
IsterHttpRedirect
in file IsterHttpRedirect.php, class IsterHttpRedirect
    This class represents a http redirect.
IsterHttpRequest
in file IsterHttpRequest.php, method IsterHttpRequest::IsterHttpRequest()
    Constructor
IsterHttpRequest
in file IsterHttpRequest.php, class IsterHttpRequest
    This class represents a HTTP requests.
IsterHttpRequestGET
in file IsterHttpRequestGET.php, class IsterHttpRequestGET
    This class represents data of a HTTP request passed by the query string.
IsterHttpRequestGET
in file IsterHttpRequestGET.php, method IsterHttpRequestGET::IsterHttpRequestGET()
    Constructor
IsterHttpRequestHeader
in file IsterHttpRequestHeader.php, method IsterHttpRequestHeader::IsterHttpRequestHeader()
    Constructor
IsterHttpRequestHeader
in file IsterHttpRequestHeader.php, class IsterHttpRequestHeader
    This class represents a request header.
IsterHttpRequestPathInfo
in file IsterHttpRequestPathInfo.php, class IsterHttpRequestPathInfo
    Class representing the path info data of a HTTP request.
IsterHttpRequestPathInfo
in file IsterHttpRequestPathInfo.php, method IsterHttpRequestPathInfo::IsterHttpRequestPathInfo()
    Constructor
IsterHttpRequestPOST
in file IsterHttpRequestPOST.php, class IsterHttpRequestPOST
IsterHttpRequestPOST
in file IsterHttpRequestPOST.php, method IsterHttpRequestPOST::IsterHttpRequestPOST()
    Constructor
IsterHttpResponse
in file IsterHttpResponse.php, method IsterHttpResponse::IsterHttpResponse()
    Constructor
IsterHttpResponse
in file IsterHttpResponse.php, class IsterHttpResponse
    This class represents a HTTP response.
IsterHttpResponseFilter
in file IsterHttpResponseFilter.php, class IsterHttpResponseFilter
    This class represents a filter to apply to a HTTP response.
IsterHttpResponseFilter
in file IsterHttpResponseFilter.php, method IsterHttpResponseFilter::IsterHttpResponseFilter()
    Constructor
IsterHttpResponseHeader
in file IsterHttpResponseHeader.php, class IsterHttpResponseHeader
    This class represents a HTTP response header.
IsterHttpResponseHeader
in file IsterHttpResponseHeader.php, method IsterHttpResponseHeader::IsterHttpResponseHeader()
    Constructor
IsterHttpSecureObject
in file IsterHttpSecureObject.php, method IsterHttpSecureObject::IsterHttpSecureObject()
    Constructor
IsterHttpSecureObject
in file IsterHttpSecureObject.php, class IsterHttpSecureObject
    This class represents objects that may apply an IsterHttpSecurityPolicy.
IsterHttpSecurityPolicy
in file IsterHttpSecurityPolicy.php, class IsterHttpSecurityPolicy
    Class representing a secutrity policy to apply to http reuqest data.
IsterHttpSecurityPolicy
in file IsterHttpSecurityPolicy.php, method IsterHttpSecurityPolicy::IsterHttpSecurityPolicy()
    Constructor
IsterLogger
in file IsterLogger.php, method IsterLogger::IsterLogger()
    Constructor
IsterLogger
in file IsterLogger.php, class IsterLogger
    The base class of IsterLoggers.
IsterLoggerDbx
in file IsterLoggerDbx.php, class IsterLoggerDbx
    This class represents a log writer.
IsterLoggerDebug
in file IsterLoggerDebug.php, method IsterLoggerDebug::IsterLoggerDebug()
    Constructor
IsterLoggerDebug
in file IsterLoggerDebug.php, class IsterLoggerDebug
    This class represents a log writer.
IsterLoggerFile
in file IsterLoggerFile.php, method IsterLoggerFile::IsterLoggerFile()
    Constructor
IsterLoggerFile
in file IsterLoggerFile.php, class IsterLoggerFile
    This class represents a log writer.
IsterLoggerMysql
in file IsterLoggerMysql.php, method IsterLoggerMysql::IsterLoggerMysql()
    Constructor
IsterLoggerMysql
in file IsterLoggerMysql.php, class IsterLoggerMysql
    This class represents a log writer.
IsterLoggerMysql
in file IsterLoggerDbx.php, method IsterLoggerDbx::IsterLoggerMysql()
    Constructor
IsterLoggerPostgresql
in file IsterLoggerPostgresql.php, class IsterLoggerPostgresql
    This class represents a log writer.
IsterLoggerPostgresql
in file IsterLoggerPostgresql.php, method IsterLoggerPostgresql::IsterLoggerPostgresql()
    Constructor
IsterLoggerStd
in file IsterLoggerStd.php, method IsterLoggerStd::IsterLoggerStd()
    Constructor
IsterLoggerStd
in file IsterLoggerStd.php, class IsterLoggerStd
    This class represents a log writer.
IsterMail
in file IsterMail.php, class IsterMail
    This class represents an email message.
IsterMail
in file IsterMail.php, method IsterMail::IsterMail()
    Constructor
IsterMethodCaller
in file IsterMethodCaller.php, class IsterMethodCaller
    An object capable to register and invoke callback methods.
IsterMethodCaller
in file IsterMethodCaller.php, method IsterMethodCaller::IsterMethodCaller()
    Constructor
IsterMethodProxy
in file IsterMethodProxy.php, method IsterMethodProxy::IsterMethodProxy()
    Constructor
IsterMethodProxy
in file IsterMethodProxy.php, class IsterMethodProxy
    This class represents a method proxy.
IsterMethodProxyRegister
in file IsterMethodProxyRegister.php, class IsterMethodProxyRegister
    This class represents a register of objects.
IsterMethodProxyRegister
in file IsterMethodProxyRegister.php, method IsterMethodProxyRegister::IsterMethodProxyRegister()
    Constructor
IsterNamedAttributeSet
in file IsterNamedAttributeSet.php, method IsterNamedAttributeSet::IsterNamedAttributeSet()
    Constructor
IsterNamedAttributeSet
in file IsterNamedAttributeSet.php, class IsterNamedAttributeSet
    This class represents a named attribute set
IsterObject
in file IsterObject.php, method IsterObject::IsterObject()
    Constructor
IsterObject
in file IsterObject.php, class IsterObject
    Base class of Ister Framework.
IsterObjectChecker
in file IsterObjectChecker.php, method IsterObjectChecker::IsterObjectChecker()
    Constructor