getMime() . ") is not yet implemented"; LogUtility::msg($msg, LogUtility::LVL_MSG_ERROR); return $msg; } public function getAbsoluteUrl() { LogUtility::msg("The media with the mime (" . $this->getMime() . ") is not yet implemented", LogUtility::LVL_MSG_ERROR); return "https://combostrap.com/media/not/yet/implemented"; } public function getWidth() { LogUtility::msg("The media with the mime (" . $this->getMime() . ") is not yet implemented", LogUtility::LVL_MSG_ERROR); return null; } public function getHeight() { LogUtility::msg("The media with the mime (" . $this->getMime() . ") is not yet implemented", LogUtility::LVL_MSG_ERROR); return null; } }