public function LingotekAccount::getStatus in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getStatus()
- 7.2 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getStatus()
- 7.3 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getStatus()
- 7.4 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getStatus()
- 7.5 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getStatus()
File
- lib/
Drupal/ lingotek/ LingotekAccount.php, line 68 - Defines LingotekAccount.
Class
- LingotekAccount
- A class representing a Lingotek Account
Code
public function getStatus() {
return $this->status;
}