Scalr\Model\Entity\Account\Environment::getAccountId PHP Method

getAccountId() public method

Gets identifier of the Account
public getAccountId ( ) : integer
return integer Returns identifier of the Account
    public function getAccountId()
    {
        return $this->accountId;
    }