You are here

public function LingotekAccount::setStatus in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::setStatus()
  2. 7.3 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()
1 call to LingotekAccount::setStatus()
LingotekAccount::__construct in lib/Drupal/lingotek/LingotekAccount.php
Constructor.

File

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

Class

LingotekAccount
A class representing a Lingotek Account

Code

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