You are here

public function LingotekAccount::getStatus in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getStatus()
  2. 7.3 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getStatus()
  3. 7.4 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getStatus()
  4. 7.5 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::getStatus()
  5. 7.6 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;
}