hwapi

Hyperwave Functions

PHP version: 5

Required modules: none

Required packages: none

This module is available from the PECL project.

See: http://www.php.net/manual/en/ref.hw.php


HW_API_REMOVE_NORMAL = 1

HW_API_REMOVE_PHYSICAL = 1

HW_API_REMOVE_REMOVELINKS = 1

HW_API_REMOVE_NONRECURSIVE = 1

HW_API_REPLACE_NORMAL = 1

HW_API_REPLACE_FORCE_VERSION_CONTROL = 1

HW_API_REPLACE_AUTOMATIC_CHECKOUT = 1

HW_API_REPLACE_AUTOMATIC_CHECKIN = 1

HW_API_REPLACE_PLAIN = 1

HW_API_REPLACE_REVERT_IF_NOT_CHANGED = 1

HW_API_REPLACE_KEEP_TIME_MODIFIED = 1

HW_API_INSERT_NORMAL = 1

HW_API_INSERT_FORCE_VERSION_CONTROL = 1

HW_API_INSERT_AUTOMATIC_CHECKOUT = 1

HW_API_INSERT_PLAIN = 1

HW_API_INSERT_KEEP_TIME_MODIFIED = 1

HW_API_INSERT_DELAY_INDEXING = 1

HW_API_LOCK_NORMAL = 1

HW_API_LOCK_RECURSIVE = 1

HW_API_LOCK_SESSION = 1

HW_API_CONTENT_ALLLINKS = 1

HW_API_CONTENT_REACHABLELINKS = 1

HW_API_CONTENT_PLAIN = 1

HW_API_REASON_ERROR = 1

HW_API_REASON_WARNING = 1

HW_API_REASON_MESSAGE = 1

boolean hwapi_init(
        string $hostname,
        int $port)

string hwapi_hgcsp(
        string $hostname,
        int $port)

object hwapi_object(
        mixed[] $object_in)

mixed[] hwapi_mychildren(
        string $parameters)

object hwapi_children(
        mixed[] $parameters)

object hwapi_parents(
        mixed[] $parameters)

mixed[] hwapi_find(
        mixed[] $parameters)

boolean hwapi_identify(
        mixed[] $parameters)

boolean hwapi_remove(
        mixed[] $parameters)

object hwapi_content(
        mixed[] $parameters)

object hwapi_copy(
        mixed[] $parameters)

boolean hwapi_link(
        mixed[] $parameters)

boolean hwapi_move(
        mixed[] $parameters)

boolean hwapi_lock(
        mixed[] $parameters)

boolean hwapi_unlock(
        mixed[] $parameters)

object hwapi_replace(
        mixed[] $parameters)

object hwapi_insert(
        mixed[] $parameters)

object hwapi_insertdocument(
        mixed[] $parameters)

object hwapi_insertcollection(
        mixed[] $parameters)

object hwapi_insertanchor(
        mixed[] $parameters)

mixed[] hwapi_srcanchors(
        mixed[] $parameters)

mixed[] hwapi_dstanchors(
        mixed[] $parameters)

object hwapi_objectbyanchor(
        mixed[] $parameters)

object hwapi_dstofsrcanchor(
        mixed[] $parameters)

mixed[] hwapi_srcsofdst(
        mixed[] $parameters)

object hwapi_checkin(
        mixed[] $parameters)

object hwapi_checkout(
        mixed[] $parameters)

object hwapi_setcommittedversion(
        mixed[] $parameters)

object hwapi_revert(
        mixed[] $parameters)

mixed[] hwapi_history(
        mixed[] $parameters)

object hwapi_removeversion(
        mixed[] $parameters)

object hwapi_freeversion(
        mixed[] $parameters)

mixed[] hwapi_configurationhistory(
        mixed[] $parameters)

object hwapi_saveconfiguration(
        mixed[] $parameters)

object hwapi_restoreconfiguration(
        mixed[] $parameters)

object hwapi_mergeconfiguration(
        mixed[] $parameters)

object hwapi_removeconfiguration(
        mixed[] $parameters)

object hwapi_user(
        mixed[] $parameters)

mixed[] hwapi_userlist(
        mixed[] $parameters)

object hwapi_hwstat(
        mixed[] $parameters)

object hwapi_dcstat(
        mixed[] $parameters)

object hwapi_dbstat(
        mixed[] $parameters)

object hwapi_ftstat(
        mixed[] $parameters)

mixed[] hwapi_info(
        mixed[] $parameters)

object hwapi_object_new()

int hwapi_object_count()

string hwapi_object_title(
        string $language)

boolean hwapi_object_attreditable(
        int $attr,
        string $username,
        boolean $is_system)

boolean hwapi_object_assign(
        int $object_)

object hwapi_object_attribute(
        int $index,
        object & $attribute)

boolean hwapi_object_insert(
        object $attr)

boolean hwapi_object_remove(
        string $name)

string hwapi_object_value(
        string $name)

object hwapi_attribute_new(...)

string hwapi_attribute_key()

string hwapi_attribute_value()

mixed[] hwapi_attribute_values()

string hwapi_attribute_langdepvalue(
        string $language)

object hwapi_content_new(...)

int hwapi_content_read(
        string $buffer,
        int $length)

string hwapi_content_mimetype()

int hwapi_error_count()

object hwapi_error_reason(
        int $index)

int hwapi_reason_type()

string hwapi_reason_description(
        string $language)


Generated by PHPLint Documentator