Overrides AccountProxyInterface::setInitialAccountId
public function setInitialAccountId($account_id) { if (isset($this->account)) { throw new \LogicException('AccountProxyInterface::setInitialAccountId() cannot be called after an account was set on the AccountProxy'); } $this->id = $account_id; }