Arkade\S3\Model\Config\Source\Region::__construct PHP Method

__construct() public method

public __construct ( S3 $helper )
$helper Arkade\S3\Helper\S3
    public function __construct(\Arkade\S3\Helper\S3 $helper)
    {
        $this->helper = $helper;
    }