コード例 #1
0
ファイル: WpApi.php プロジェクト: web-feet/coasterframework
 public function __construct($url)
 {
     $this->url = $url;
     $this->groupPage = $this->getBlogGroupPage();
     $this->group = PageGroup::where('id', '=', $this->groupPage->group_container)->first();
     $this->setUpCommentsBlocks();
 }