Public Member Functions | |
Transform ($conf=NULL) | |
TransformThis ($data, $text) |
Thornton Alumni Copyright (c) 2007 University of Southern California
Transform class extends model providing a general way to transform content types.
Definition at line 15 of file Transform.php.
Transform::Transform | ( | $ | conf = NULL ) |
Constructor
$conf | - either the name of the config file or an object already configured. |
Definition at line 21 of file Transform.php.
References Model::Model().
Transform::TransformThis | ( | $ | data, |
$ | text | ||
) |
TransformThis - transform some data with a text template.
$data | an associative array of data to transform. |
$text | is the template which the data will be put into. |
Definition at line 42 of file Transform.php.