public function LingotekAccount::setEnterpriseStatus in Lingotek Translation 7.2
2 calls to LingotekAccount::setEnterpriseStatus()
- 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 143 - Defines LingotekAccount.
Class
- LingotekAccount
- A class representing a Lingotek Account
Code
public function setEnterpriseStatus($value) {
$this->enterprise = (bool) $value;
}