|
hw_api::objectRetrieve attribute information Beschreibung
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. Parameter-Liste
RückgabewerteThe returned object is an instance of class HW_API_Object on success or HW_API_Error if an error occurred. BeispieleThis simple example retrieves an object and checks for errors. Beispiel #1 Retrieve an object
<?php |