SYMBOL INDEX (773 symbols across 54 files) FILE: AdminLTEBundle.php class AdminLTEBundle (line 16) | class AdminLTEBundle extends Bundle method build (line 18) | public function build(ContainerBuilder $container) FILE: Controller/BreadcrumbController.php class BreadcrumbController (line 21) | class BreadcrumbController extends EmitterController method breadcrumbAction (line 33) | public function breadcrumbAction(Request $request): Response FILE: Controller/EmitterController.php class EmitterController (line 16) | class EmitterController extends AbstractController method __construct (line 23) | public function __construct(EventDispatcherInterface $dispatcher) method dispatch (line 28) | protected function dispatch(Event $event): Event method hasListener (line 36) | protected function hasListener(string $eventName): bool FILE: Controller/NavbarController.php class NavbarController (line 21) | class NavbarController extends EmitterController method __construct (line 28) | public function __construct(EventDispatcherInterface $dispatcher, Cont... method notificationsAction (line 38) | public function notificationsAction($max = null): Response method messagesAction (line 66) | public function messagesAction($max = null): Response method tasksAction (line 94) | public function tasksAction($max = null): Response method userAction (line 121) | public function userAction(): Response FILE: Controller/SidebarController.php class SidebarController (line 18) | final class SidebarController extends EmitterController method userPanelAction (line 20) | public function userPanelAction(): Response method searchFormAction (line 39) | public function searchFormAction(): Response method menuAction (line 46) | public function menuAction(Request $request): Response FILE: DependencyInjection/AdminLTEExtension.php class AdminLTEExtension (line 23) | class AdminLTEExtension extends Extension implements PrependExtensionInt... method load (line 28) | public function load(array $configs, ContainerBuilder $container) method getContextOptions (line 53) | protected function getContextOptions(array $config = []) method prepend (line 74) | public function prepend(ContainerBuilder $container) FILE: DependencyInjection/Compiler/TwigPass.php class TwigPass (line 19) | class TwigPass implements CompilerPassInterface method process (line 26) | public function process(ContainerBuilder $container) FILE: DependencyInjection/Configuration.php class Configuration (line 21) | class Configuration implements ConfigurationInterface method getConfigTreeBuilder (line 26) | public function getConfigTreeBuilder() method getRouteAliasesConfig (line 45) | private function getRouteAliasesConfig() method getKnpMenuConfig (line 108) | private function getKnpMenuConfig() method getWidgetConfig (line 135) | private function getWidgetConfig() method getButtonConfig (line 182) | private function getButtonConfig() method getThemeConfig (line 205) | private function getThemeConfig() method getOptionsConfig (line 222) | private function getOptionsConfig() method getControlSidebarConfig (line 285) | private function getControlSidebarConfig() FILE: Event/BreadcrumbMenuEvent.php class BreadcrumbMenuEvent (line 16) | class BreadcrumbMenuEvent extends SidebarMenuEvent FILE: Event/KnpMenuEvent.php class KnpMenuEvent (line 18) | class KnpMenuEvent extends ThemeEvent method __construct (line 43) | public function __construct($menu, $factory, $options = [], $childOpti... method getMenu (line 54) | public function getMenu() method getFactory (line 62) | public function getFactory() method getOptions (line 70) | public function getOptions() method getChildOptions (line 78) | public function getChildOptions() FILE: Event/MenuEvent.php class MenuEvent (line 19) | abstract class MenuEvent extends ThemeEvent method __construct (line 33) | public function __construct(Request $request = null) method getRequest (line 41) | public function getRequest(): ?Request method getItems (line 49) | public function getItems(): array method addItem (line 58) | public function addItem($item) method removeItem (line 69) | public function removeItem($item): MenuEvent method getRootItem (line 84) | public function getRootItem($id) method getActive (line 92) | public function getActive() FILE: Event/MessageListEvent.php class MessageListEvent (line 18) | class MessageListEvent extends ThemeEvent implements MessageRepositoryIn... method __construct (line 42) | public function __construct($max = null) method getMax (line 52) | public function getMax() method getMessages (line 62) | public function getMessages() method addMessage (line 78) | public function addMessage(MessageInterface $messageInterface) method getTotal (line 90) | public function getTotal() method setTotal (line 98) | public function setTotal($totalMessages) FILE: Event/NavbarUserEvent.php class NavbarUserEvent (line 12) | class NavbarUserEvent extends ShowUserEvent FILE: Event/NotificationListEvent.php class NotificationListEvent (line 18) | class NotificationListEvent extends ThemeEvent implements NotificationRe... method __construct (line 38) | public function __construct($max = null) method getMax (line 48) | public function getMax() method getNotifications (line 56) | public function getNotifications() method addNotification (line 70) | public function addNotification(NotificationInterface $notificationInt... method setTotal (line 80) | public function setTotal($total) method getTotal (line 88) | public function getTotal() FILE: Event/ShowUserEvent.php class ShowUserEvent (line 19) | abstract class ShowUserEvent extends ThemeEvent implements UserDetailsIn... method setUser (line 42) | public function setUser($user) method getUser (line 52) | public function getUser(): ?UserInterface method getLinks (line 60) | public function getLinks(): array method addLink (line 69) | public function addLink(NavBarUserLink $link) method isShowProfileLink (line 79) | public function isShowProfileLink(): bool method setShowProfileLink (line 88) | public function setShowProfileLink(bool $showProfileLink) method isShowLogoutLink (line 98) | public function isShowLogoutLink(): bool method setShowLogoutLink (line 107) | public function setShowLogoutLink(bool $showLogoutLink) FILE: Event/SidebarMenuEvent.php class SidebarMenuEvent (line 12) | class SidebarMenuEvent extends MenuEvent FILE: Event/SidebarUserEvent.php class SidebarUserEvent (line 12) | class SidebarUserEvent extends ShowUserEvent FILE: Event/TaskListEvent.php class TaskListEvent (line 18) | class TaskListEvent extends ThemeEvent implements TaskRepositoryInterface method __construct (line 38) | public function __construct($max = null) method getMax (line 48) | public function getMax() method getTasks (line 56) | public function getTasks() method addTask (line 70) | public function addTask(TaskInterface $taskInterface) method setTotal (line 82) | public function setTotal($total) method getTotal (line 92) | public function getTotal() FILE: Event/ThemeEvent.php class ThemeEvent (line 17) | class ThemeEvent extends Event FILE: Event/ThemeEvents.php type ThemeEvents (line 16) | interface ThemeEvents FILE: Helper/Constants.php type Constants (line 12) | interface Constants FILE: Helper/ContextHelper.php class ContextHelper (line 12) | class ContextHelper extends \ArrayObject method getOptions (line 17) | public function getOptions(): array method setOption (line 27) | public function setOption(string $name, $value): ContextHelper method hasOption (line 38) | public function hasOption(string $name): bool method getOption (line 48) | public function getOption(string $name, $default = null) FILE: Menu/MenuBuilder.php class MenuBuilder (line 16) | class MenuBuilder method __construct (line 32) | public function __construct(FactoryInterface $factory, EventDispatcher... method createMainMenu (line 38) | public function createMainMenu(array $options) FILE: Model/MenuItemInterface.php type MenuItemInterface (line 15) | interface MenuItemInterface method getIdentifier (line 20) | public function getIdentifier(); method getLabel (line 25) | public function getLabel(); method getRoute (line 30) | public function getRoute(); method isActive (line 35) | public function isActive(); method setIsActive (line 40) | public function setIsActive($isActive); method hasChildren (line 45) | public function hasChildren(); method getChildren (line 50) | public function getChildren(); method addChild (line 55) | public function addChild(MenuItemInterface $child); method removeChild (line 60) | public function removeChild(MenuItemInterface $child); method getIcon (line 65) | public function getIcon(); method getBadge (line 70) | public function getBadge(); method getBadgeColor (line 75) | public function getBadgeColor(); method getParent (line 80) | public function getParent(); method hasParent (line 85) | public function hasParent(); method setParent (line 90) | public function setParent(MenuItemInterface $parent = null); method getActiveChild (line 95) | public function getActiveChild(); FILE: Model/MenuItemModel.php class MenuItemModel (line 15) | class MenuItemModel implements MenuItemInterface method __construct (line 74) | public function __construct( method getBadge (line 95) | public function getBadge() method setBadge (line 105) | public function setBadge($badge) method getChildren (line 115) | public function getChildren() method setChildren (line 123) | public function setChildren($children) method getIcon (line 131) | public function getIcon() method setIcon (line 141) | public function setIcon($icon) method getIdentifier (line 151) | public function getIdentifier() method setIdentifier (line 161) | public function setIdentifier($identifier) method getIsActive (line 171) | public function getIsActive() method setIsActive (line 181) | public function setIsActive($isActive) method hasParent (line 195) | public function hasParent() method getParent (line 203) | public function getParent() method setParent (line 213) | public function setParent(MenuItemInterface $parent = null) method getLabel (line 223) | public function getLabel() method setLabel (line 233) | public function setLabel($label) method getRoute (line 243) | public function getRoute() method setRoute (line 253) | public function setRoute($route) method getRouteArgs (line 263) | public function getRouteArgs() method setRouteArgs (line 273) | public function setRouteArgs($routeArgs) method hasChildren (line 283) | public function hasChildren() method addChild (line 293) | public function addChild(MenuItemInterface $child) method removeChild (line 306) | public function removeChild(MenuItemInterface $child) method getBadgeColor (line 318) | public function getBadgeColor() method setBadgeColor (line 328) | public function setBadgeColor($badgeColor) method getActiveChild (line 338) | public function getActiveChild() method isActive (line 352) | public function isActive() FILE: Model/MessageInterface.php type MessageInterface (line 15) | interface MessageInterface method getFrom (line 22) | public function getFrom(); method getSentAt (line 29) | public function getSentAt(); method getSubject (line 36) | public function getSubject(); method getIdentifier (line 43) | public function getIdentifier(); FILE: Model/MessageModel.php class MessageModel (line 12) | class MessageModel implements MessageInterface method __construct (line 45) | public function __construct(UserInterface $from = null, $subject = '',... method getId (line 56) | public function getId() method setId (line 65) | public function setId($id): MessageModel method setFrom (line 78) | public function setFrom(UserInterface $from): MessageModel method getFrom (line 90) | public function getFrom() method setSentAt (line 102) | public function setSentAt(\DateTime $sentAt): MessageModel method getSentAt (line 114) | public function getSentAt(): \DateTime method setSubject (line 125) | public function setSubject($subject): MessageModel method getSubject (line 137) | public function getSubject() method setTo (line 148) | public function setTo(UserInterface $to): MessageModel method getTo (line 160) | public function getTo() method getIdentifier (line 170) | public function getIdentifier() FILE: Model/NavBarUserLink.php class NavBarUserLink (line 12) | class NavBarUserLink method __construct (line 32) | public function __construct($title, $path, $parameters = []) method getTitle (line 42) | public function getTitle() method setTitle (line 50) | public function setTitle($title) method getPath (line 58) | public function getPath() method setPath (line 66) | public function setPath($path) method getParameters (line 74) | public function getParameters() method setParameters (line 82) | public function setParameters($parameters) FILE: Model/NotificationInterface.php type NotificationInterface (line 12) | interface NotificationInterface method getMessage (line 17) | public function getMessage(); method getType (line 22) | public function getType(); method getIcon (line 27) | public function getIcon(); method getIdentifier (line 32) | public function getIdentifier(); FILE: Model/NotificationModel.php class NotificationModel (line 14) | class NotificationModel implements NotificationInterface method __construct (line 38) | public function __construct($message = null, $type = Constants::TYPE_I... method getId (line 48) | public function getId() method setId (line 57) | public function setId($id) method setMessage (line 69) | public function setMessage($message) method getMessage (line 79) | public function getMessage() method setType (line 89) | public function setType($type) method getType (line 99) | public function getType() method setIcon (line 109) | public function setIcon($icon) method getIcon (line 119) | public function getIcon() method getIdentifier (line 127) | public function getIdentifier() FILE: Model/TaskInterface.php type TaskInterface (line 12) | interface TaskInterface method getColor (line 17) | public function getColor(); method getProgress (line 22) | public function getProgress(); method getTitle (line 27) | public function getTitle(); method getIdentifier (line 32) | public function getIdentifier(); FILE: Model/TaskModel.php class TaskModel (line 14) | class TaskModel implements TaskInterface method __construct (line 41) | public function __construct($title = null, $progress = 0, $color = Con... method getId (line 51) | public function getId() method setId (line 60) | public function setId($id) method setColor (line 72) | public function setColor($color) method getColor (line 82) | public function getColor() method setProgress (line 92) | public function setProgress($progress) method getProgress (line 102) | public function getProgress() method setTitle (line 112) | public function setTitle($title) method getTitle (line 122) | public function getTitle() method getIdentifier (line 130) | public function getIdentifier() FILE: Model/UserDetailsInterface.php type UserDetailsInterface (line 12) | interface UserDetailsInterface method getLinks (line 17) | public function getLinks(): array; method getUser (line 19) | public function getUser(): ?UserInterface; method isShowProfileLink (line 21) | public function isShowProfileLink(): bool; method isShowLogoutLink (line 23) | public function isShowLogoutLink(): bool; FILE: Model/UserInterface.php type UserInterface (line 12) | interface UserInterface method getAvatar (line 17) | public function getAvatar(); method getUsername (line 22) | public function getUsername(); method getName (line 27) | public function getName(); method getMemberSince (line 32) | public function getMemberSince(); method isOnline (line 37) | public function isOnline(); method getIdentifier (line 42) | public function getIdentifier(); method getTitle (line 47) | public function getTitle(); FILE: Model/UserModel.php class UserModel (line 12) | class UserModel implements UserInterface method __construct (line 57) | public function __construct($username = '', $avatar = '', $memberSince... method getId (line 70) | public function getId() method setId (line 79) | public function setId($id) method setAvatar (line 91) | public function setAvatar($avatar) method getAvatar (line 101) | public function getAvatar() method setIsOnline (line 111) | public function setIsOnline($isOnline) method getIsOnline (line 121) | public function getIsOnline() method setMemberSince (line 131) | public function setMemberSince(\DateTime $memberSince) method getMemberSince (line 141) | public function getMemberSince() method setUsername (line 151) | public function setUsername($username) method getUsername (line 161) | public function getUsername() method setName (line 171) | public function setName($name) method getName (line 181) | public function getName() method setTitle (line 191) | public function setTitle($title) method getTitle (line 201) | public function getTitle() method isOnline (line 209) | public function isOnline() method getIdentifier (line 217) | public function getIdentifier() FILE: Repository/MessageRepositoryInterface.php type MessageRepositoryInterface (line 14) | interface MessageRepositoryInterface method getTotal (line 19) | public function getTotal(); method getMessages (line 24) | public function getMessages(); FILE: Repository/NotificationRepositoryInterface.php type NotificationRepositoryInterface (line 14) | interface NotificationRepositoryInterface method getTotal (line 19) | public function getTotal(); method getNotifications (line 24) | public function getNotifications(); FILE: Repository/TaskRepositoryInterface.php type TaskRepositoryInterface (line 14) | interface TaskRepositoryInterface method getTotal (line 19) | public function getTotal(); method getTasks (line 24) | public function getTasks(); FILE: Resources/public/adminlte.js function t (line 2) | function t(t,n){if(this.element=t,this.options=n,this.$overlay=e(n.overl... function s (line 2) | function s(s){return this.each((function(){var a=e(this),r=a.data(n);if(... function t (line 2) | function t(e,t){this.element=e,this.options=t,this._setUpListeners()} function l (line 2) | function l(s){return this.each((function(){var a=e(this),r=a.data(n);if(... function t (line 2) | function t(e,t){this.element=e,this.options=t,this.hasBindedResize=!1,th... function l (line 2) | function l(s){return this.each((function(){var a=e(this),r=a.data(n);if(... function t (line 2) | function t(e){this.element=e} function i (line 2) | function i(i){return this.each((function(){var s=e(this),a=s.data(n);a||... function t (line 2) | function t(e){this.options=e,this.init()} function c (line 2) | function c(s){return this.each((function(){var a=e(this),r=a.data(n);if(... function t (line 2) | function t(e,t){this.element=e,this.options=t,this._setUpListeners()} function a (line 2) | function a(s){return this.each((function(){var a=e(this),r=a.data(n);if(... function t (line 2) | function t(t,n){this.element=t,this.options=n,e(this.element).addClass(d... function l (line 2) | function l(s){return this.each((function(){var a=e(this);if(!a.data(n)){... function t (line 2) | function t(e){this.options=e,this.bindedResize=!1,this.activate()} function u (line 2) | function u(s){return this.each((function(){var a=e(this),r=a.data(n);if(... function r (line 2) | function r(){a.detach().trigger("closed.bs.alert").remove()} function n (line 2) | function n(n){return this.each((function(){var i=e(this),s=i.data("bs.bu... function n (line 2) | function n(n){return this.each((function(){var i=e(this),s=i.data("bs.ca... function n (line 2) | function n(t){var n,i=t.attr("data-target")||(n=t.attr("href"))&&n.repla... function i (line 2) | function i(n){return this.each((function(){var i=e(this),s=i.data("bs.co... function i (line 2) | function i(t){var n=t.attr("data-target");n||(n=(n=t.attr("href"))&&/#[A... function s (line 2) | function s(n){n&&3===n.which||(e(".dropdown-backdrop").remove(),e(t).eac... function n (line 2) | function n(n,i){return this.each((function(){var s=e(this),a=s.data("bs.... function r (line 2) | function r(t,i){var r=t.nodeName.toLowerCase();if(-1!==e.inArray(r,i))re... function o (line 2) | function o(t,n,i){if(0===t.length)return t;if(i&&"function"==typeof i)re... function a (line 2) | function a(){"in"!=n.hoverState&&i.detach(),n.$element&&n.$element.remov... function t (line 2) | function t(n,i){this.$body=e(document.body),this.$scrollElement=e(n).is(... function n (line 2) | function n(n){return this.each((function(){var i=e(this),s=i.data("bs.sc... function n (line 2) | function n(n){return this.each((function(){var i=e(this),s=i.data("bs.ta... function o (line 2) | function o(){a.removeClass("active").find("> .dropdown-menu > .active").... function n (line 2) | function n(n){return this.each((function(){var i=e(this),s=i.data("bs.af... function r (line 2) | function r(t,i){var r=t.nodeName.toLowerCase();if(-1!==e.inArray(r,i))re... function o (line 2) | function o(e,t,n){if(n&&"function"==typeof n)return n(e);for(var i=Objec... function p (line 2) | function p(e,t){return e.length===t.length&&e.every((function(e,n){retur... function f (line 2) | function f(e,t){var n,i=e.selectedOptions,s=[];if(t){for(var a=0,r=i.len... function y (line 2) | function y(e,t){for(var n,i=[],s=t||e.selectedOptions,a=0,r=s.length;ai.cac... function le (line 2) | function le(e){return e[v]=!0,e} function ue (line 2) | function ue(e){var t=m.createElement("fieldset");try{return!!e(t)}catch(... function ce (line 2) | function ce(e,t){for(var n=e.split("|"),s=n.length;s--;)i.attrHandle[n[s... function he (line 2) | function he(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&e.sourc... function me (line 2) | function me(e){return function(t){return"input"===t.nodeName.toLowerCase... function _e (line 2) | function _e(e){return function(t){var n=t.nodeName.toLowerCase();return(... function pe (line 2) | function pe(e){return function(t){return"form"in t?t.parentNode&&!1===t.... function fe (line 2) | function fe(e){return le((function(t){return t=+t,le((function(n,i){for(... function ye (line 2) | function ye(e){return e&&void 0!==e.getElementsByTagName&&e} function ge (line 2) | function ge(){} function Me (line 2) | function Me(e){for(var t=0,n=e.length,i="";t1?function(t,n,i){for(var s=e.length;s--;... function Ye (line 2) | function Ye(e,t,n,i,s){for(var a,r=[],o=0,d=e.length,l=null!=t;o=... function n (line 2) | function n(e,n,i){return"m"===i?n?"хвіліна":"хвіліну":"h"===i?n?"гадзіна... function t (line 2) | function t(e,t,n){return e+" "+s({mm:"munutenn",MM:"miz",dd:"devezh"}[n]... function n (line 2) | function n(e){switch(i(e)){case 1:case 3:case 4:case 5:case 9:return e+"... function i (line 2) | function i(e){return e>9?i(e%10):e} function s (line 2) | function s(e,t){return 2===t?a(e):e} function a (line 2) | function a(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e... function t (line 2) | function t(e,t,n){var i=e+" ";switch(n){case"ss":return i+=1===e?"sekund... function a (line 2) | function a(e){return e>1&&e<5&&1!=~~(e/10)} function r (line 2) | function r(e,t,n,i){var s=e+" ";switch(n){case"s":return t||i?"pár sekun... function t (line 2) | function t(e,t,n,i){var s={m:["eine Minute","einer Minute"],h:["eine Stu... function t (line 2) | function t(e,t,n,i){var s={m:["eine Minute","einer Minute"],h:["eine Stu... function t (line 2) | function t(e,t,n,i){var s={m:["eine Minute","einer Minute"],h:["eine Stu... function t (line 2) | function t(e){return"undefined"!=typeof Function&&e instanceof Function|... function t (line 2) | function t(e,t,n,i){var s={s:["mõne sekundi","mõni sekund","paar sekundi... function i (line 2) | function i(e,t,n,i){var a="";switch(n){case"s":return i?"muutaman sekunn... function s (line 2) | function s(e,i){return e<10?i?n[e]:t[e]:e} function t (line 2) | function t(e,t,n,i){var s={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅ... function t (line 2) | function t(e,t,n,i){var s={s:["thoddea sekondamni","thodde sekond"],ss:[... function t (line 2) | function t(e,t,n){var i=e+" ";switch(n){case"ss":return i+=1===e?"sekund... function n (line 2) | function n(e,t,n,i){var s=e;switch(n){case"s":return i||t?"néhány másodp... function i (line 2) | function i(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"} function t (line 2) | function t(e){return e%100==11||e%10!=1} function n (line 2) | function n(e,n,i,s){var a=e+" ";switch(i){case"s":return n||s?"nokkrar s... function t (line 2) | function t(e,t,n,i){var s={m:["eng Minutt","enger Minutt"],h:["eng Stonn... function n (line 2) | function n(e){return s(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e} function i (line 2) | function i(e){return s(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e} function s (line 2) | function s(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e... function n (line 2) | function n(e,t,n,i){return t?"kelios sekundės":i?"kelių sekundžių":"keli... function i (line 2) | function i(e,t,n,i){return t?a(n)[0]:i?a(n)[1]:a(n)[2]} function s (line 2) | function s(e){return e%10==0||e>10&&e<20} function a (line 2) | function a(e){return t[e].split("_")} function r (line 2) | function r(e,t,n,r){var o=e+" ";return 1===e?o+i(e,t,n[0],r):t?o+(s(e)?a... function n (line 2) | function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=... function i (line 2) | function i(e,i,s){return e+" "+n(t[s],e,i)} function s (line 2) | function s(e,i,s){return n(t[s],e,i)} function a (line 2) | function a(e,t){return t?"dažas sekundes":"dažām sekundēm"} function t (line 2) | function t(e,t,n,i){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн с... function i (line 2) | function i(e,t,n,i){var s="";if(t)switch(n){case"s":s="काही सेकंद";break... function s (line 2) | function s(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1} function a (line 2) | function a(e,t,n){var i=e+" ";switch(n){case"ss":return i+(s(e)?"sekundy... function t (line 2) | function t(e,t,n){var i=" ";return(e%100>=20||e>=100&&e%100==0)&&(i=" de... function t (line 2) | function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=... function n (line 2) | function n(e,n,i){return"m"===i?n?"минута":"минуту":e+" "+t({ss:n?"секун... function i (line 2) | function i(e){return e>1&&e<5} function s (line 2) | function s(e,t,n,s){var a=e+" ";switch(n){case"s":return t||s?"pár sekún... function t (line 2) | function t(e,t,n,i){var s=e+" ";switch(n){case"s":return t||i?"nekaj sek... function n (line 2) | function n(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS"... function i (line 2) | function i(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’"... function s (line 2) | function s(e,t,n,i){var s=a(e);switch(n){case"ss":return s+" lup";case"m... function a (line 2) | function a(e){var n=Math.floor(e%1e3/100),i=Math.floor(e%100/10),s=e%10,... function t (line 2) | function t(e,t,n,i){var s={s:["viensas secunds","'iensas secunds"],ss:[e... function t (line 2) | function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=... function n (line 2) | function n(e,n,i){return"m"===i?n?"хвилина":"хвилину":"h"===i?n?"година"... function i (line 2) | function i(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четв... function s (line 2) | function s(e){return function(){return e+"о"+(11===this.hours()?"б":"")+... function s (line 2) | function s(e){var t=a(e);return n(t)} function a (line 2) | function a(e){if(!n.o(i,e)){var t=new Error("Cannot find module '"+e+"'"... function s (line 2) | function s(){return t.apply(null,arguments)} function a (line 2) | function a(e){t=e} function r (line 2) | function r(e){return e instanceof Array||"[object Array]"===Object.proto... function o (line 2) | function o(e){return null!=e&&"[object Object]"===Object.prototype.toStr... function d (line 2) | function d(e,t){return Object.prototype.hasOwnProperty.call(e,t)} function l (line 2) | function l(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnProp... function u (line 2) | function u(e){return void 0===e} function c (line 2) | function c(e){return"number"==typeof e||"[object Number]"===Object.proto... function h (line 2) | function h(e){return e instanceof Date||"[object Date]"===Object.prototy... function m (line 2) | function m(e,t){var n,i=[];for(n=0;n=0?n?"+":""... function z (line 2) | function z(e,t,n,i){var s=i;"string"==typeof i&&(s=function(){return thi... function F (line 2) | function F(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.repl... function R (line 2) | function R(e){var t,n,i=e.match(I);for(t=0,n=i.length;t0?"future":"past"];return H(... function ie (line 2) | function ie(e,t){var n=e.toLowerCase();ne[n]=ne[n+"s"]=ne[t]=e} function se (line 2) | function se(e){return"string"==typeof e?ne[e]||ne[e.toLowerCase()]:void 0} function ae (line 2) | function ae(e){var t,n,i={};for(n in e)d(e,n)&&(t=se(n))&&(i[t]=e[n]);re... function oe (line 2) | function oe(e,t){re[e]=t} function de (line 2) | function de(e){var t,n=[];for(t in e)d(e,t)&&n.push({unit:t,priority:re[... function le (line 2) | function le(e){return e%4==0&&e%100!=0||e%400==0} function ue (line 2) | function ue(e){return e<0?Math.ceil(e)||0:Math.floor(e)} function ce (line 2) | function ce(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=ue(t)),n} function he (line 2) | function he(e,t){return function(n){return null!=n?(_e(this,e,n),s.updat... function me (line 2) | function me(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():... function _e (line 2) | function _e(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&le(e.year())... function pe (line 2) | function pe(e){return H(this[e=se(e)])?this[e]():this} function fe (line 2) | function fe(e,t){if("object"==typeof e){var n,i=de(e=ae(e));for(n=0;n=0?(o=new Date(e+400,t,... function vt (line 2) | function vt(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call... function Lt (line 2) | function Lt(e,t,n){var i=7+t-n;return-(7+vt(e,0,i).getUTCDay()-t)%7+i-1} function Yt (line 2) | function Yt(e,t,n,i,s){var a,r,o=1+7*(t-1)+(7+n-i)%7+Lt(e,i,s);return o<... function kt (line 2) | function kt(e,t,n){var i,s,a=Lt(e.year(),t,n),r=Math.floor((e.dayOfYear(... function bt (line 2) | function bt(e,t,n){var i=Lt(e,t,n),s=Lt(e+1,t,n);return(ft(e)-i+s)/7} function wt (line 2) | function wt(e){return kt(e,this._week.dow,this._week.doy).week} function Tt (line 2) | function Tt(){return this._week.dow} function xt (line 2) | function xt(){return this._week.doy} function St (line 2) | function St(e){var t=this.localeData().week(this);return null==e?t:this.... function Ht (line 2) | function Ht(e){var t=kt(this,1,4).week;return null==e?t:this.add(7*(e-t)... function jt (line 2) | function jt(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=... function Ct (line 2) | function Ct(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(... function Et (line 2) | function Et(e,t){return e.slice(t,7).concat(e.slice(0,t))} function $t (line 2) | function $t(e,t){var n=r(this._weekdays)?this._weekdays:this._weekdays[e... function zt (line 2) | function zt(e){return!0===e?Et(this._weekdaysShort,this._week.dow):e?thi... function Ft (line 2) | function Ft(e){return!0===e?Et(this._weekdaysMin,this._week.dow):e?this.... function Rt (line 2) | function Rt(e,t,n){var i,s,a,r=e.toLocaleLowerCase();if(!this._weekdaysP... function Ut (line 2) | function Ut(e,t,n){var i,s,a;if(this._weekdaysParseExact)return Rt.call(... function Bt (line 2) | function Bt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._is... function Jt (line 2) | function Jt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.da... function qt (line 2) | function qt(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){va... function Vt (line 2) | function Vt(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")... function Gt (line 2) | function Gt(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")... function Kt (line 2) | function Kt(e){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")... function Zt (line 2) | function Zt(){function e(e,t){return t.length-e.length}var t,n,i,s,a,r=[... function Qt (line 2) | function Qt(){return this.hours()%12||12} function Xt (line 2) | function Xt(){return this.hours()||24} function en (line 2) | function en(e,t){z(e,0,0,(function(){return this.localeData().meridiem(t... function tn (line 2) | function tn(e,t){return t._meridiemParse} function nn (line 2) | function nn(e){return"p"===(e+"").toLowerCase().charAt(0)} function rn (line 2) | function rn(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"} function cn (line 2) | function cn(e,t){var n,i=Math.min(e.length,t.length);for(n=0;nthis.clone().month(0).utcOffset()|... function Yi (line 2) | function Yi(){if(!u(this._isDSTShifted))return this._isDSTShifted;var e,... function ki (line 2) | function ki(){return!!this.isValid()&&!this._isUTC} function bi (line 2) | function bi(){return!!this.isValid()&&this._isUTC} function wi (line 2) | function wi(){return!!this.isValid()&&this._isUTC&&0===this._offset} function xi (line 2) | function xi(e,t){var n,i,s,a=e,r=null;return oi(e)?a={ms:e._milliseconds... function Si (line 2) | function Si(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)... function Hi (line 2) | function Hi(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year... function ji (line 2) | function ji(e,t){var n;return e.isValid()&&t.isValid()?(t=mi(t,e),e.isBe... function Ci (line 2) | function Ci(e,t){return function(n,i){var s;return null===i||isNaN(+i)||... function Ei (line 2) | function Ei(e,t,n,i){var a=t._milliseconds,r=di(t._days),o=di(t._months)... function Ai (line 2) | function Ai(e){return"string"==typeof e||e instanceof String} function Ii (line 2) | function Ii(e){return b(e)||h(e)||Ai(e)||c(e)||Ni(e)||Wi(e)||null==e} function Wi (line 2) | function Wi(e){var t,n,i=o(e)&&!l(e),s=!1,a=["years","year","y","months"... function Ni (line 2) | function Ni(e){var t=r(e),n=!1;return t&&(n=0===e.filter((function(t){re... function $i (line 2) | function $i(e){var t,n,i=o(e)&&!l(e),s=!1,a=["sameDay","nextDay","lastDa... function zi (line 2) | function zi(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"... function Fi (line 2) | function Fi(e,t){1===arguments.length&&(arguments[0]?Ii(arguments[0])?(e... function Ri (line 2) | function Ri(){return new k(this)} function Ui (line 2) | function Ui(e,t){var n=b(e)?e:Gn(e);return!(!this.isValid()||!n.isValid(... function Bi (line 2) | function Bi(e,t){var n=b(e)?e:Gn(e);return!(!this.isValid()||!n.isValid(... function Ji (line 2) | function Ji(e,t,n,i){var s=b(e)?e:Gn(e),a=b(t)?t:Gn(t);return!!(this.isV... function qi (line 2) | function qi(e,t){var n,i=b(e)?e:Gn(e);return!(!this.isValid()||!i.isVali... function Vi (line 2) | function Vi(e,t){return this.isSame(e,t)||this.isAfter(e,t)} function Gi (line 2) | function Gi(e,t){return this.isSame(e,t)||this.isBefore(e,t)} function Ki (line 2) | function Ki(e,t,n){var i,s,a;if(!this.isValid())return NaN;if(!(i=mi(e,t... function Zi (line 2) | function Zi(e,t){if(e.date()=0?new Date(e+400,t,n)-hs:new Date(e,... function ps (line 2) | function ps(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-hs:Date.UTC(e,... function fs (line 2) | function fs(e){var t,n;if(void 0===(e=se(e))||"millisecond"===e||!this.i... function ys (line 2) | function ys(e){var t,n;if(void 0===(e=se(e))||"millisecond"===e||!this.i... function gs (line 2) | function gs(){return this._d.valueOf()-6e4*(this._offset||0)} function Ms (line 2) | function Ms(){return Math.floor(this.valueOf()/1e3)} function vs (line 2) | function vs(){return new Date(this.valueOf())} function Ls (line 2) | function Ls(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.m... function Ys (line 2) | function Ys(){var e=this;return{years:e.year(),months:e.month(),date:e.d... function ks (line 2) | function ks(){return this.isValid()?this.toISOString():null} function bs (line 2) | function bs(){return g(this)} function ws (line 2) | function ws(){return _({},y(this))} function Ds (line 2) | function Ds(){return y(this).overflow} function Ts (line 2) | function Ts(){return{input:this._i,format:this._f,locale:this._locale,is... function xs (line 2) | function xs(e,t){var n,i,a,r=this._eras||gn("en")._eras;for(n=0,i=r.leng... function Ss (line 2) | function Ss(e,t,n){var i,s,a,r,o,d=this.eras();for(e=e.toUpperCase(),i=0... function Hs (line 2) | function Hs(e,t){var n=e.since<=e.until?1:-1;return void 0===t?s(e.since... function js (line 2) | function js(){var e,t,n,i=this.localeData().eras();for(e=0,t=i.length;e<... function Cs (line 2) | function Cs(){var e,t,n,i=this.localeData().eras();for(e=0,t=i.length;e<... function Es (line 2) | function Es(){var e,t,n,i=this.localeData().eras();for(e=0,t=i.length;e<... function Os (line 2) | function Os(){var e,t,n,i,a=this.localeData().eras();for(e=0,t=a.length;... function Ps (line 2) | function Ps(e){return d(this,"_erasNameRegex")||Fs.call(this),e?this._er... function As (line 2) | function As(e){return d(this,"_erasAbbrRegex")||Fs.call(this),e?this._er... function Is (line 2) | function Is(e){return d(this,"_erasNarrowRegex")||Fs.call(this),e?this._... function Ws (line 2) | function Ws(e,t){return t.erasAbbrRegex(e)} function Ns (line 2) | function Ns(e,t){return t.erasNameRegex(e)} function $s (line 2) | function $s(e,t){return t.erasNarrowRegex(e)} function zs (line 2) | function zs(e,t){return t._eraYearOrdinalRegex||Se} function Fs (line 2) | function Fs(){var e,t,n=[],i=[],s=[],a=[],r=this.eras();for(e=0,t=r.leng... function Rs (line 2) | function Rs(e,t){z(0,[e,e.length],0,t)} function Us (line 2) | function Us(e){return Ks.call(this,e,this.week(),this.weekday(),this.loc... function Bs (line 2) | function Bs(e){return Ks.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)} function Js (line 2) | function Js(){return bt(this.year(),1,4)} function qs (line 2) | function qs(){return bt(this.isoWeekYear(),1,4)} function Vs (line 2) | function Vs(){var e=this.localeData()._week;return bt(this.year(),e.dow,... function Gs (line 2) | function Gs(){var e=this.localeData()._week;return bt(this.weekYear(),e.... function Ks (line 2) | function Ks(e,t,n,i,s){var a;return null==e?kt(this,i,s).year:(t>(a=bt(e... function Zs (line 2) | function Zs(e,t,n,i,s){var a=Yt(e,t,n,i,s),r=vt(a.year,0,a.dayOfYear);re... function Qs (line 2) | function Qs(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3... function ea (line 2) | function ea(e){var t=Math.round((this.clone().startOf("day")-this.clone(... function aa (line 2) | function aa(e,t){t[Ke]=ce(1e3*("0."+e))} function ra (line 2) | function ra(){return this._isUTC?"UTC":""} function oa (line 2) | function oa(){return this._isUTC?"Coordinated Universal Time":""} function la (line 2) | function la(e){return Gn(1e3*e)} function ua (line 2) | function ua(){return Gn.apply(null,arguments).parseZone()} function ca (line 2) | function ca(e){return e} function ma (line 2) | function ma(e,t,n,i){var s=gn(),a=p().set(i,t);return s[n](a,e)} function _a (line 2) | function _a(e,t,n){if(c(e)&&(t=e,e=void 0),e=e||"",null!=t)return ma(e,t... function pa (line 2) | function pa(e,t,n,i){"boolean"==typeof e?(c(t)&&(n=t,t=void 0),t=t||""):... function fa (line 2) | function fa(e,t){return _a(e,t,"months")} function ya (line 2) | function ya(e,t){return _a(e,t,"monthsShort")} function ga (line 2) | function ga(e,t,n){return pa(e,t,n,"weekdays")} function Ma (line 2) | function Ma(e,t,n){return pa(e,t,n,"weekdaysShort")} function va (line 2) | function va(e,t,n){return pa(e,t,n,"weekdaysMin")} function Ya (line 2) | function Ya(){var e=this._data;return this._milliseconds=La(this._millis... function ka (line 2) | function ka(e,t,n,i){var s=xi(t,n);return e._milliseconds+=i*s._millisec... function ba (line 2) | function ba(e,t){return ka(this,e,t,1)} function wa (line 2) | function wa(e,t){return ka(this,e,t,-1)} function Da (line 2) | function Da(e){return e<0?Math.floor(e):Math.ceil(e)} function Ta (line 2) | function Ta(){var e,t,n,i,s,a=this._milliseconds,r=this._days,o=this._mo... function xa (line 2) | function xa(e){return 4800*e/146097} function Sa (line 2) | function Sa(e){return 146097*e/4800} function Ha (line 2) | function Ha(e){if(!this.isValid())return NaN;var t,n,i=this._millisecond... function ja (line 2) | function ja(){return this.isValid()?this._milliseconds+864e5*this._days+... function Ca (line 2) | function Ca(e){return function(){return this.as(e)}} function Fa (line 2) | function Fa(){return xi(this)} function Ra (line 2) | function Ra(e){return e=se(e),this.isValid()?this[e+"s"]():NaN} function Ua (line 2) | function Ua(e){return function(){return this.isValid()?this._data[e]:NaN}} function Qa (line 2) | function Qa(){return ue(this.days()/7)} function tr (line 2) | function tr(e,t,n,i,s){return s.relativeTime(t||1,!!n,e,i)} function nr (line 2) | function nr(e,t,n,i){var s=xi(e).abs(),a=Xa(s.as("s")),r=Xa(s.as("m")),o... function ir (line 2) | function ir(e){return void 0===e?Xa:"function"==typeof e&&(Xa=e,!0)} function sr (line 2) | function sr(e,t){return void 0!==er[e]&&(void 0===t?er[e]:(er[e]=t,"s"==... function ar (line 2) | function ar(e,t){if(!this.isValid())return this.localeData().invalidDate... function or (line 2) | function or(e){return(e>0)-(e<0)||+e} function dr (line 2) | function dr(){if(!this.isValid())return this.localeData().invalidDate();... function i (line 2) | function i(t){if(n[t])return n[t].exports;var s=n[t]={id:t,loaded:!1,exp... FILE: Tests/Controller/NavbarControllerTest.php class NavbarControllerTest (line 23) | class NavbarControllerTest extends TestCase method getContainerMock (line 25) | protected function getContainerMock() method getContextHelper (line 46) | protected function getContextHelper($notifications, $messages, $tasks) method getTestData (line 55) | public function getTestData() method testMessagesAction (line 68) | public function testMessagesAction(Contexthelper $helper, $expectedMax... FILE: Tests/DependencyInjection/ConfigurationTest.php class ConfigurationTest (line 16) | class ConfigurationTest extends TestCase method testDefaultConfiguration (line 18) | public function testDefaultConfiguration() method testFullConfiguration (line 33) | public function testFullConfiguration() method getDefaultConfig (line 45) | protected function getDefaultConfig() FILE: Tests/Event/MessageListEventTest.php class MessageListEventTest (line 17) | class MessageListEventTest extends TestCase method total_should_be_zero_and_max_null_when_there_are_no_messages (line 22) | public function total_should_be_zero_and_max_null_when_there_are_no_me... method total_should_be_equal_the_number_of_messages_if_max_is_greater_then_the_number_of_messages (line 32) | public function total_should_be_equal_the_number_of_messages_if_max_is... method total_should_be_equal_the_number_of_messages_and_count_message_should_equal_max_when_max_is_lower_then_the_number_of_messages (line 49) | public function total_should_be_equal_the_number_of_messages_and_count... method total_is_equal_the_number_of_messages_when_max_is_null (line 66) | public function total_is_equal_the_number_of_messages_when_max_is_null() method you_can_set_total_to_be_different_from_the_number_of_messages (line 83) | public function you_can_set_total_to_be_different_from_the_number_of_m... method you_can_set_total_to_be_different_from_the_number_of_messages_and_set_max_to_another_value (line 101) | public function you_can_set_total_to_be_different_from_the_number_of_m... method generateNbMessages (line 121) | private function generateNbMessages($number) method generateUser (line 139) | private function generateUser($username) FILE: Tests/Event/NotificationListEventTest.php class NotificationListEventTest (line 17) | class NotificationListEventTest extends TestCase method total_should_be_zero_and_max_null_when_there_are_no_notification (line 22) | public function total_should_be_zero_and_max_null_when_there_are_no_no... method total_should_be_equal_the_number_of_notifications_if_max_is_greater_then_the_number_of_notifications (line 32) | public function total_should_be_equal_the_number_of_notifications_if_m... method total_should_equal_the_number_of_notifications_and_count_notifications_should_equal_max_when_max_is_lower_then_the_number_of_notifications (line 49) | public function total_should_equal_the_number_of_notifications_and_cou... method total_equal_the_number_of_notifications_when_max_is_null (line 66) | public function total_equal_the_number_of_notifications_when_max_is_nu... method you_can_set_total_to_be_different_from_the_number_of_notifications (line 83) | public function you_can_set_total_to_be_different_from_the_number_of_n... method you_can_set_total_to_be_different_from_the_number_of_notifications_and_set_max_to_another_value (line 101) | public function you_can_set_total_to_be_different_from_the_number_of_n... method generateNbNotifications (line 122) | private function generateNbNotifications($number, $type = Constants::T... FILE: Tests/Event/TaskListEventTest.php class TaskListEventTest (line 16) | class TaskListEventTest extends TestCase method total_should_be_zero_and_max_null_when_there_are_no_tasks (line 21) | public function total_should_be_zero_and_max_null_when_there_are_no_ta... method total_should_be_equal_the_number_of_tasks_if_max_is_greater_then_the_number_of_tasks (line 31) | public function total_should_be_equal_the_number_of_tasks_if_max_is_gr... method total_should_equal_the_number_of_tasks_and_count_tasks_should_equal_max_when_max_is_lower_then_the_number_of_tasks (line 48) | public function total_should_equal_the_number_of_tasks_and_count_tasks... method total_equal_the_number_of_tasks_when_max_is_null (line 65) | public function total_equal_the_number_of_tasks_when_max_is_null() method you_can_set_total_to_be_different_from_the_number_of_tasks (line 82) | public function you_can_set_total_to_be_different_from_the_number_of_t... method you_can_set_total_to_be_different_from_the_number_of_tasks_and_set_max_to_another_value (line 100) | public function you_can_set_total_to_be_different_from_the_number_of_t... method generateNbTasks (line 120) | private function generateNbTasks($number) FILE: Tests/Helper/ContextHelperTest.php class ContextHelperTest (line 15) | class ContextHelperTest extends TestCase method testOptions (line 17) | public function testOptions() FILE: Tests/Model/MessageModelTest.php class MessageModelTest (line 16) | class MessageModelTest extends TestCase method testGetIdentifier (line 18) | public function testGetIdentifier() FILE: Tests/Model/NotificationModelTest.php class NotificationModelTest (line 15) | class NotificationModelTest extends TestCase method testGetIdentifier (line 17) | public function testGetIdentifier() FILE: Tests/Model/TaskModelTest.php class TaskModelTest (line 15) | class TaskModelTest extends TestCase method testGetIdentifier (line 17) | public function testGetIdentifier() FILE: Tests/Model/UserModelTest.php class UserModelTest (line 15) | class UserModelTest extends TestCase method testGetIdentifier (line 17) | public function testGetIdentifier() FILE: Tests/Twig/AdminExtensionTest.php class AdminExtensionTest (line 15) | class AdminExtensionTest extends TestCase method testGetFilters (line 17) | public function testGetFilters() method testGetFunctions (line 27) | public function testGetFunctions() FILE: Tests/Twig/RuntimeExtensionTest.php class RuntimeExtensionTest (line 17) | class RuntimeExtensionTest extends TestCase method getSut (line 23) | protected function getSut(array $options = []) method testGetRouteByAlias (line 38) | public function testGetRouteByAlias() method testBodyClass (line 46) | public function testBodyClass() method testGetTextType (line 64) | public function testGetTextType() FILE: Twig/AdminExtension.php class AdminExtension (line 16) | class AdminExtension extends AbstractExtension method getFilters (line 21) | public function getFilters() method getFunctions (line 30) | public function getFunctions() FILE: Twig/EventsExtension.php class EventsExtension (line 31) | final class EventsExtension implements RuntimeExtensionInterface method __construct (line 42) | public function __construct(EventDispatcherInterface $dispatcher, Cont... method getMenu (line 52) | public function getMenu(Request $request): ?array method getSidebarUser (line 64) | public function getSidebarUser(): ?UserInterface method getBreadcrumbs (line 76) | public function getBreadcrumbs(Request $request): ?array method getNotifications (line 99) | public function getNotifications(?int $max = null): ?NotificationRepos... method getMessages (line 115) | public function getMessages(?int $max = null): ?MessageRepositoryInter... method getTasks (line 131) | public function getTasks(?int $max = null): ?TaskRepositoryInterface method getUserDetails (line 147) | public function getUserDetails(): ?UserDetailsInterface FILE: Twig/RuntimeExtension.php class RuntimeExtension (line 16) | final class RuntimeExtension implements RuntimeExtensionInterface method __construct (line 31) | public function __construct(ContextHelper $contextHelper, array $routes) method getRouteByAlias (line 41) | public function getRouteByAlias($routeName) method getTextType (line 50) | public function getTextType($type) method bodyClass (line 74) | public function bodyClass($classes = '')