Elastica\Param::_getBaseName PHP Method

_getBaseName() protected method

Param's name Picks the last part of the class name and makes it snake_case You can override this method if you want to change the name.
protected _getBaseName ( ) : string
return string name
    protected function _getBaseName()
    {
        return Util::getParamName($this);
    }