コード例 #1
0
ファイル: User.php プロジェクト: IVsevolod/zouk
 public function getUserImgs()
 {
     return Img::getImgs(['userId' => $this->id]);
 }