hw_api_attribute::langdepvalue

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns value for a given language string hw_api_attribute::langdepvalue ( string $language ) Returns the value in the given language of the attribute. Parameters: language Returns the value in the given language of the attribute. Returns: Returns the value of the attribute as a string.

hw_api_attribute::key

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns key of the attribute string hw_api_attribute::key ( void ) Returns the name of the attribute. Returns: Returns the name of the attribute as a string. See also: hw_api_attribute::value -

hw_api::userlist

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns a list of all logged in users array hw_api::userlist ( array $parameter ) Returns a list of all logged in users. Parameters: parameter Returns a list of all logged in users. Returns: See also: hw_api::user -

hw_api::user

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns the own user object hw_api_object hw_api::user ( array $parameter ) Returns the own user object. Parameters: parameter Returns the own user object. Returns: See also: hw_api::userlist -

hw_api::unlock

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Unlocks a locked object bool hw_api::unlock ( array $parameter ) Unlocks a locked object. Only the user who has locked the object and the system user may unlock an object. Parameters: parameter The parameter array contains the required element 'objectIdentifier' and the optional parameters 'mode' and 'objectquery'. The meaning of

hw_api::srcsofdst

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns source of a destination object array hw_api::srcsofdst ( array $parameter ) Retrieves all the source anchors pointing to the specified destination. The destination object can either be a destination anchor or a whole document. Parameters: parameter The parameters array contains the required element 'objectIdentifier' and t

hw_api::srcanchors

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns a list of all source anchors array hw_api::srcanchors ( array $parameter ) Retrieves all source anchors of an object. Parameters: parameter The parameter array contains the required element 'objectIdentifier' and the optional elements 'attributeSelector' and 'objectQuery'. Returns:

hw_api::setcommittedversion

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Commits version other than last version hw_api_object hw_api::setcommittedversion ( array $parameter ) Commits a version of a document. The committed version is the one which is visible to users with read access. By default the last version is the committed version. Parameters: parameter Commits a version of a document. The commi

hw_api::replace

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Replaces an object hw_api_object hw_api::replace ( array $parameter ) Replaces the attributes and the content of an object. Parameters: parameter The parameter array contains the required elements 'objectIdentifier' and 'object' and the optional parameters 'content', 'parameters', 'mode' and 'attributeSelector'. 'objectIdentifier

hw_api::remove

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Delete an object bool hw_api::remove ( array $parameter ) Removes an object from the specified parent. Collections will be removed recursively. Parameters: parameter You can pass an optional object query to remove only those objects which match the query. An object will be deleted physically if it is the last instance. The param