Scalr\Service\Aws\Rds\V20141031\RdsApi::__construct PHP Method

__construct() public method

Constructor
public __construct ( Scalr\Service\Aws\Rds $rds, Scalr\Service\Aws\Client\ClientInterface $client )
$rds Scalr\Service\Aws\Rds Rds instance
$client Scalr\Service\Aws\Client\ClientInterface Client Interface
    public function __construct(Rds $rds, ClientInterface $client)
    {
        $this->rds = $rds;
        $this->client = $client;
        $this->versiondate = preg_replace('#^.+V(\\d{4})(\\d{2})(\\d{2})$#', '\\1-\\2-\\3', __NAMESPACE__);
    }
RdsApi