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

getGatewayClass() public méthode

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