Locker\Repository\Statement\Options::__construct PHP Method

__construct() public method

public __construct ( array $opts )
$opts array
    public function __construct(array $opts)
    {
        $this->options = $this->mergeDefaults($opts);
        $this->options = $this->validate($this->options);
    }