コード例 #1
0
 protected function __construct()
 {
     parent::__construct();
     $this->m_microBlog = new Microblog();
     $this->m_userProfile = new UserProfile();
     $this->m_followList = new FollowList();
 }
コード例 #2
0
 protected function __construct()
 {
     parent::__construct();
     $this->m_user = new User();
     $this->m_userProfile = new UserProfile();
     $this->m_group = new Group();
 }
コード例 #3
0
 protected function __construct()
 {
     parent::__construct();
     $this->m_followlist = new Followlist();
     $this->m_userProf = new UserProfile();
     $this->m_group = new Group();
 }
コード例 #4
0
 protected function __construct()
 {
     parent::__construct();
     $this->m_followList = new FollowList();
     $this->m_group = new Group();
 }
コード例 #5
0
 protected function __construct()
 {
     parent::__construct();
     $this->m_userProf = new UserProfile();
     $this->m_microblog = new Microblog();
 }
コード例 #6
0
 protected function __construct()
 {
     parent::__construct();
 }