TYPO3 CMS  TYPO3_6-2
SrcAttribute.php
Go to the documentation of this file.
1 <?php
3 
23 
36  public function getValue() {
37  $attribute = $this->localCobj->IMG_RESOURCE(
38  array('file' => $this->value)
39  );
40  return $attribute;
41  }
42 
43 }