public function LingotekComment::getId in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.4 lib/Drupal/lingotek/LingotekComment.php \LingotekComment::getId()
Return the comment ID
Return value
int The ID associated with this object
File
- lib/
Drupal/ lingotek/ LingotekComment.php, line 466 - Defines LingotekComment.
Class
- LingotekComment
- A class wrapper for Lingotek-specific behavior on Comments.
Code
public function getId() {
return $this->comment->cid;
}