protected static function init() { if (self::$_isInit) { return; } $prices = K_TreeQuery::gOne('/payment/accountscost/', 'prices'); self::$_adminCost = $prices['admin_cost']; self::$_userCost = $prices['user_cost']; self::$_isInit = true; }