You are here

public function LingotekAccount::setStatus in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::setStatus()
  2. 7.2 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::setStatus()
  3. 7.4 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::setStatus()
  4. 7.5 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::setStatus()
  5. 7.6 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::setStatus()
2 calls to LingotekAccount::setStatus()
LingotekAccount::getAccountStatus in lib/Drupal/lingotek/LingotekAccount.php
Get Account Status NOTE: You shouldnt need to call this directly. Its called in the constructor. Request: …
LingotekAccount::__construct in lib/Drupal/lingotek/LingotekAccount.php
Constructor.

File

lib/Drupal/lingotek/LingotekAccount.php, line 66
Defines LingotekAccount.

Class

LingotekAccount
A class representing a Lingotek Account

Code

public function setStatus($value = 'inactive') {
  $this->status = $value;
}