Searched refs:get_family_callbacks (Results 1 – 1 of 1) sorted by relevance
44 static $get_family_callbacks = NULL; variable in ODTStyleStyle52 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]);