Generates a reference to the array of data values for the given (possibly nested) block namespace. This is a string of the form: $this->_tpldata['parent'][$_parent_i]['$child1'][$_child1_i]['$child2'][$_child2_i]...['$childN']
Generates a reference to the given variable inside the given (possibly nested) block namespace. This is a string of the form: ' . $this->_tpldata['parent'][$_parent_i]['$child1'][$_child1_i]['$child2'][$_child2_i]...['varname'] . ' It's ready to be inserted into an "echo" line in one of the templates.
Returns compiled code for the given handle.
Returns longer text, describing this data element.
Returns height of the image.
Returns image associated with data element.
Returns URL if this element represents link to some resource.
Returns collection of Metadata/MetadataElement elements.
Returns internal identificator of the data.
Return path to the image file.
Returns text representation of the data element.
Returns uncompiled code for the given handle.
Returns width of the image.