app\models\BankAccount::getEntityType PHP Метод

getEntityType() публичный Метод

public getEntityType ( ) : mixed
Результат mixed
    public function getEntityType()
    {
        return ENTITY_BANK_ACCOUNT;
    }