Inheritance: extends Page
Exemplo n.º 1
0
 public function __construct($entries = NULL, $totalNumEntries = NULL, $PageType = NULL)
 {
     parent::__construct();
     $this->entries = $entries;
     $this->totalNumEntries = $totalNumEntries;
     $this->PageType = $PageType;
 }
Exemplo n.º 2
0
 public function __construct($entries = null)
 {
     parent::__construct();
     $this->entries = $entries;
 }