Home
last modified time | relevance | path

Searched refs:upload_name (Results 1 – 2 of 2) sorted by relevance

/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineRightImageConfigCascade.php43 * @param string $upload_name name of upload
47 protected function getImageFilename($key, $value, $upload_name, $upload_extension) { argument
55 $filename = $upload_name;
H A DConfigManagerTwoLineLeftImageConfigCascade.php124 $upload_name = substr($icon['name'], 0, $extension_position);
125 $destination = $this->getImageFilename($key, $value, $upload_name, $extension);
151 * @param string $upload_name name of upload
155 protected function getImageFilename($key, $value, $upload_name, $upload_extension) { argument