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

getGatewayClass() public method

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