|
hw_api::objectRetrieve attribute information Description
hw_api_object hw_api::object
( array
$parameter
)This function retrieves the attribute information of an object of any version. It will not return the document content. Parameters
Return ValuesThe returned object is an instance of class HW_API_Object on success or HW_API_Error if an error occurred. ExamplesThis simple example retrieves an object and checks for errors. Example #1 Retrieve an object
<?php |