Scalr\Model\Entity\Account\Environment::getAccountId PHP Метод

getAccountId() публичный Метод

Gets identifier of the Account
public getAccountId ( ) : integer
Результат integer Returns identifier of the Account
    public function getAccountId()
    {
        return $this->accountId;
    }