Ejemplo n.º 1
0
 public function __construct(Text $text, DateTime $month, array $articlesInMonth)
 {
     // Edit links are never displayed, as the tooltips are not rendered at
     // all
     parent::__construct($text, $month, $articlesInMonth, false);
 }