예제 #1
0
파일: Thread.php 프로젝트: nlegoff/statme
 public function __construct()
 {
     $this->subscriptions = new ArrayCollection();
     $this->alphaId = \Statme\Utils::alphaId();
 }
예제 #2
0
파일: Comment.php 프로젝트: nlegoff/statme
 public function __construct()
 {
     $this->alphaId = \Statme\Utils::alphaId();
 }