Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DIconDownloader.php506 * @param $mediaFilePath
510 static function downloadIconFromMaterialDesignApi($iconName, $mediaFilePath) argument
533 $filePointer = file_put_contents($mediaFilePath, fopen($downloadUrl, 'r'));
535 LogUtility::msg("The file ($downloadUrl) could not be downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAME);
537 LogUtility::msg("The material design icon ($iconName) was downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME);