Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
LastVisitedPages Class Reference
Inheritance diagram for LastVisitedPages:
BaseWidget

Public Member Functions

 run ()
- Public Member Functions inherited from BaseWidget
 getViewFile ($viewName)

Public Attributes

 $collection_id
 $count = 4

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.

Last visited pages

Definition at line 14 of file LastVisitedPages.php.

Member Function Documentation

LastVisitedPages::run ( )

Find pages, display

Definition at line 35 of file LastVisitedPages.php.

{
$history = VisitedHistory::getItems($this->collection_id, $this->count);
$this->render('LastVisitedPages', array('history'=>$history));
}

The documentation for this class was generated from the following file: