This class defines a transformation.
This class defines a transformation. Transformations are XSLT resources and used to convert datasource contents in another format or presentation. You can update only the XSLT content of the transformation. Its name is not changable.
The following snippet shows how to create a transformation:
$oTransformationManager = $oSession->getTransformationManager(); $oTransformation = $oTransformationManager->createTransformation( "Name Of Transformation" ); $sXslt = "<pseudo xslt><transform><something>text text</something></transform></pseudo xslt>"; $oTransformation->updateXSLT( $sXslt ); $oTransformation->commitUpdate();
For an example on how to retrieve existing transformations, see the In_Api_Transformation_TransformationManager documentation.
Located in /Api/Transformation/Transformation.php (line 33)
Inx_Api_BusinessObject | --Inx_Api_Transformation_Transformation
Returns the date of creation for the transformation resource
Returns the date of creation for the transformation resource
Returns the date of last modification for the transformation resource
Returns the date of last modification for the transformation resource
Returns the name of the transformation resource
Returns the name of the transformation resource
Returns the XSLT of the transformation resource
Returns the XSLT of the transformation resource
Set the XSLT for this Inx_Api_Transformation_Transformation resource
Set the XSLT for this Inx_Api_Transformation_Transformation resource
Inherited From Inx_Api_BusinessObject
Inx_Api_BusinessObject::commitUpdate()
Inx_Api_BusinessObject::getId()
Inx_Api_BusinessObject::reload()
Documentation generated on Thu, 17 Sep 2015 14:27:32 +0200 by phpDocumentor 1.3.2