Beispiel #1
0
 /**
  * Get an indirect url to find image through model restrictions.
  *
  * @access	public static
  * @param	string	$view	List model name
  * @param	string	$key	Field name where is stored the filename
  * @param	string	$id	Item id
  * @param	array	$options	File parameters.
  *
  * @return	string	Indirect url
  *
  * @since	Cook 2.6.1
  */
 public static function getIndexedFile($view, $key, $id, $options = null)
 {
     return RtiprintClassFile::getIndexUrl($view, $key, $id, $options);
 }