Class rex_navigation

rex_navigation uses rex_factory_trait
Package: redaxo\structure
Located at redaxo/src/addons/structure/lib/navigation.php

Methods summary

public static static
# factory( )
public string
# get( integer $category_id = 0, integer $depth = 3, boolean $open = false, boolean $ignore_offlines = false )

Generiert eine Navigation.

public
# show( mixed $category_id = 0, mixed $depth = 3, mixed $open = false, mixed $ignore_offlines = false )
public string
# getBreadcrumb( string $startPageLabel, boolean $includeCurrent = false, integer $category_id = 0 )

Generiert eine Breadcrumb-Navigation.

public
# showBreadcrumb( mixed $startPageLabel = false, mixed $includeCurrent = false, mixed $category_id = 0 )
public
# setClasses( mixed $classes )
public
# setLinkClasses( mixed $classes )
public
# addFilter( string $metafield = 'id', mixed $value = '1', string $type = '=', integer|string $depth = '' )

Fügt einen Filter hinzu.

public
# addCallback( callable $callback, integer|string $depth = '' )

Fügt einen Callback hinzu.

protected
# _getNavigation( mixed $category_id, mixed $depth = 1 )

Methods used from rex_factory_trait

callFactoryClass(), getFactoryClass(), hasFactoryClass(), setFactoryClass()