PHP 클래스 IBAN\Generation\IBANGenerator

파일 보기 프로젝트 열기: jschaedl/iban 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$ruleFactory

공개 메소드들

메소드 설명
AT ( $instituteIdentification, $bankAccountNumber )
DE ( $instituteIdentification, $bankAccountNumber )
ES ( $instituteIdentification, $bankAccountNumber )
MT ( $instituteIdentification, $bankAccountNumber )
NL ( $instituteIdentification, $bankAccountNumber )
__construct ( IBAN\Rule\RuleFactoryInterface $ruleFactory )
generate ( $instituteIdentification, $bankAccountNumber )

보호된 메소드들

메소드 설명
normalize ( $value )
prepareAndCheckBankAccountNumber ( $bankAccountNumber )
prepareAndCheckInstituteIdentification ( $instituteIdentification )

메소드 상세

AT() 공개 정적인 메소드

public static AT ( $instituteIdentification, $bankAccountNumber )

DE() 공개 정적인 메소드

public static DE ( $instituteIdentification, $bankAccountNumber )

ES() 공개 정적인 메소드

public static ES ( $instituteIdentification, $bankAccountNumber )

MT() 공개 정적인 메소드

public static MT ( $instituteIdentification, $bankAccountNumber )

NL() 공개 정적인 메소드

public static NL ( $instituteIdentification, $bankAccountNumber )

__construct() 공개 메소드

public __construct ( IBAN\Rule\RuleFactoryInterface $ruleFactory )
$ruleFactory IBAN\Rule\RuleFactoryInterface

generate() 공개 메소드

public generate ( $instituteIdentification, $bankAccountNumber )

normalize() 보호된 메소드

protected normalize ( $value )

prepareAndCheckBankAccountNumber() 보호된 메소드

protected prepareAndCheckBankAccountNumber ( $bankAccountNumber )

prepareAndCheckInstituteIdentification() 보호된 메소드

protected prepareAndCheckInstituteIdentification ( $instituteIdentification )

프로퍼티 상세

$ruleFactory 보호되어 있는 프로퍼티

protected $ruleFactory