Laravel-Piwik
2.1.3
  • Laravel 5 Installation
  • Laravel 4 Installation
  • Laravel 3 Installation
  • Library Usage
  • Piwik::actions()
  • Piwik::downloads()
  • Piwik::keywords()
  • Piwik::last_visits()
  • Piwik::last_visits_parsed()
  • Piwik::outlinks()
    • Arguments
    • Example
  • Piwik::page_titles()
  • Piwik::search_engines()
  • Piwik::unique_visitors()
  • Piwik::visits()
  • Piwik::websites()
  • Piwik::tag()
  • Piwik::seo_rank()
  • Piwik::version()
  • Piwik::custom()
Laravel-Piwik
  • Docs »
  • Piwik::outlinks()
  • Edit on GitHub

Piwik::outlinks()¶

Piwik::outlinks([string $format]);

Arguments¶

$format - A format other than the default one declared in config

Example¶

Piwik::outlinks('json'); will return something like the following Array:

Array
(
    [0] => stdClass Object
        (
            [label] => google.com
            [nb_visits] => 1
            [nb_hits] => 1
            [sum_time_spent] => 5
            [idsubdatatable] => 9
        )

)
Next Previous

© Copyright 2014, Rob Brazier. Revision 2997d629.

Built with Sphinx using a theme provided by Read the Docs.