Back to Image class

Method getPath

public string
getPath
()
Method to return the path
Returns
  • string
Since
  • 2.5.0
Class: Image
Project: Joomla

Method getPath - Source code

/**
 * Method to return the path
 *
 * @return	string
 *
 * @since	2.5.0
 */
public function getPath()
{
    return $this->path;
}