コード例 #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();
 }