Exemplo n.º 1
0
 protected function supportsFormat(ThemeInterface $theme, $format)
 {
     return in_array($format, $theme->getFormats());
 }
Exemplo n.º 2
0
 public static function register($c)
 {
     self::$interface = $c;
 }