ContentNavigationCollectionInterface

Extends

Interface AssetCollectionInterface

category

System

package

Http

subpackage

Interfaces

Methods

Adds a new page to the collection.

add(\StringType $name, \StringType $url, \BoolType $current) 

Arguments

$name

\StringType

The page name to be displayed must be already translated.

$url

\StringType

The page url to be displayed.

$current

\BoolType

Whether the provided page is the one currently displayed.