public function LingotekAccount::setStatus in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.2 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::setStatus()
 - 7.3 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::setStatus()
 - 7.4 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::setStatus()
 - 7.5 lib/Drupal/lingotek/LingotekAccount.php \LingotekAccount::setStatus()
 - 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;
}