Esempio n. 1
0
 function __construct($view, $href, $intermediate = true, $labels = null)
 {
     /* Strass est sexiste */
     $labels = $labels ? $labels : self::$masculin;
     parent::__construct($href, $intermediate, $labels);
     $this->view = $view;
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct(null);
 }
Esempio n. 3
0
 function __construct($href, $imgdir, $intermediate = true, $labels = array())
 {
     parent::__construct($href, $intermediate, $labels);
     $this->imgdir = $imgdir;
 }
Esempio n. 4
0
 function __construct($view)
 {
     $this->view = $view;
     parent::__construct($view->url(array('page' => '%i')), true, array('previous' => "Précédents", 'next' => "Suivants"));
 }
Esempio n. 5
0
 function __construct($view)
 {
     $this->view = $view;
     parent::__construct($view->url(array('unite' => $view->unite->slug, 'annee' => '%i')), true, null);
 }