You are here

public function LingotekAccount::getEnterpriseStatus in Lingotek Translation 7.2

1 call to LingotekAccount::getEnterpriseStatus()
LingotekAccount::isEnterprise in lib/Drupal/lingotek/LingotekAccount.php

File

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

Class

LingotekAccount
A class representing a Lingotek Account

Code

public function getEnterpriseStatus() {
  return $this->enterprise;
}