YiiFoundation
  • Namespace
  • Class
  • Tree

Namespaces

  • foundation
    • enum
    • exception
    • helpers
    • widgets
      • base
  • PHP

Classes

  • Alert
  • Breadcrumbs
  • Clearing
  • Dropdown
  • FlexVideo
  • Interchange
  • JoyRide
  • Magellan
  • Orbit
  • Pager
  • Reveal
  • Section
  • SwitchButton
  • Tooltip
  • TopBar

Class Magellan

Magellan renders the Magellan Foundation 4 plugin. Magellan is a style agnostic plugin that lets you style a sticky navigation that denotes where you are on the page.

CWidget
Extended by foundation\widgets\base\Widget
Extended by foundation\widgets\Magellan
Namespace: foundation\widgets
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/clearing.html
Located at widgets/Magellan.php

Methods summary

public
# init( )

Widget's initialization widget

Widget's initialization widget

Overrides

foundation\widgets\base\Widget::init
public
# run( )

Renders the widget

Renders the widget

public string
# renderMagellan( )

Renders magellan

Renders magellan

Returns

string
the resulting tag

Methods inherited from foundation\widgets\base\Widget

display(), registerAssets(), registerEvents(), registerPlugin()

Magic methods summary

Properties summary

public array $items
#

the navigation items. They have the following syntax:

'items' => array(
     array('id' => 'anchor on page', 'label' => 'item label')
)

the navigation items. They have the following syntax:

'items' => array(
     array('id' => 'anchor on page', 'label' => 'item label')
)

Properties inherited from foundation\widgets\base\Widget

$assets, $htmlOptions, $links

YiiFoundation API documentation generated by ApiGen 2.8.0