示例#1
0
 public function __construct(\Concrete\Core\Page\Page $c)
 {
     parent::__construct($c);
     // Source: https://gist.github.com/Kaapiii/fe892b5a95b4a4f61280
     $this->blogService = new BlogService(\ORM::entityManager());
 }