app\models\BankAccount::getEntityType PHP 메소드

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed
    public function getEntityType()
    {
        return ENTITY_BANK_ACCOUNT;
    }