Prado\Data\ActiveRecord\TActiveRecordConfig::getGatewayClass PHP Méthode

getGatewayClass() public méthode

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