Exemplo n.º 1
0
 private function _loggerPostfix(tubepress_api_theme_ThemeInterface $theme)
 {
     return sprintf('Theme <code>%s</code> version <code>%s</code>', $theme->getName(), $theme->getVersion());
 }