Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTStyleStyle.php44 static $get_family_callbacks = NULL; variable in ODTStyleStyle
52 if (!isset(self::$get_family_callbacks))
53 self::$get_family_callbacks = array();
59 self::$get_family_callbacks [] = array($classname, 'getFamily');
193 for ($index = 0 ; $index < count(self::$get_family_callbacks) ; $index++ ) {
194 $curr_family = call_user_func(self::$get_family_callbacks [$index]);