app\models\BankAccount::getEntityType PHP Méthode

getEntityType() public méthode

public getEntityType ( ) : mixed
Résultat mixed
    public function getEntityType()
    {
        return ENTITY_BANK_ACCOUNT;
    }