Scalr\Service\Aws\Rds\V20130110\RdsApi::__construct PHP Метод

__construct() публичный Метод

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__);
    }