Prado\Data\ActiveRecord\TActiveRecordConfig::getGatewayClass PHP Method

getGatewayClass() public method

public getGatewayClass ( ) : string
return string the implementation class of ActiveRecordGateway. Defaults to {@link TActiveRecordConfig::DEFAULT_GATEWAY_CLASS DEFAULT_GATEWAY_CLASS}
    public function getGatewayClass()
    {
        return $this->_gatewayClass;
    }