示例#1
0
 /**
  * Return the path (on disk) of a file upload.
  * 
  * @param  string $styleName 
  * @return string          
  */
 public function path($styleName)
 {
     return $this->attachedFile->getInterpolator()->interpolate($this->attachedFile->path, $this->attachedFile, $styleName);
 }