コード例 #1
0
ファイル: ImageData.php プロジェクト: evilnapsis/imayik
 public function getLikes()
 {
     return IsLikeData::getAllLikeByImageId($this->id);
 }