eZ\Publish\Core\REST\Server\Values\Options::__construct PHP Method

__construct() public method

public __construct ( $allowedMethods )
    public function __construct($allowedMethods)
    {
        $this->allowedMethods = $allowedMethods;
    }