IBAN\Generation\IBANGenerator::prepareAndCheckInstituteIdentification PHP Method

prepareAndCheckInstituteIdentification() protected method

protected prepareAndCheckInstituteIdentification ( $instituteIdentification )
    protected function prepareAndCheckInstituteIdentification($instituteIdentification)
    {
        $instituteIdentification = $this->normalize($instituteIdentification);
        if (empty($instituteIdentification)) {
            throw new \InvalidArgumentException('instituteIdentification is missing');
        }
        return $instituteIdentification;
    }