Beispiel #1
0
 public function __construct(\Content $content)
 {
     parent::__construct($content);
     $this->content = $content;
 }
Beispiel #2
0
 public function __construct(\Template $content)
 {
     parent::__construct($content);
     $this->content = $content;
 }